Rename game driver to updatable driver.
Game driver is considered a production name. We should use the term updatable driver instead of the production name. Bug: b/164449016 Test: make RunSettingsRoboTests ROBOTEST_FILTER=GraphicsDriver Change-Id: I2237dfb22ecd94bc2475249b1460796ac1693d81
This commit is contained in:
@@ -30,7 +30,7 @@ import com.android.settingslib.development.DevelopmentSettingsEnabler;
|
||||
import com.android.settingslib.search.SearchIndexable;
|
||||
|
||||
/**
|
||||
* Dashboard for Game Driver preferences.
|
||||
* Dashboard for Graphics Driver preferences.
|
||||
*/
|
||||
@SearchIndexable
|
||||
public class GraphicsDriverDashboard extends DashboardFragment {
|
||||
@@ -39,7 +39,7 @@ public class GraphicsDriverDashboard extends DashboardFragment {
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return SettingsEnums.SETTINGS_GAME_DRIVER_DASHBOARD;
|
||||
return SettingsEnums.SETTINGS_GRAPHICS_DRIVER_DASHBOARD;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user