Home
last modified time | relevance | path

Searched refs:GraphicsDriverGlobalSwitchBarController (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverGlobalSwitchBarControllerTest.java50 private GraphicsDriverGlobalSwitchBarController mController;
63 mController = new GraphicsDriverGlobalSwitchBarController( in constructor_updatableDriverOn_shouldCheckSwitchBar()
73 mController = new GraphicsDriverGlobalSwitchBarController( in constructor_updatableDriverOff_shouldUncheckSwitchBar()
82 mController = new GraphicsDriverGlobalSwitchBarController( in constructor_developmentSettingsEnabled_shouldEnableSwitchBar()
91 mController = new GraphicsDriverGlobalSwitchBarController( in constructor_developmentSettingsDisabled_shouldDisableSwitchBar()
99 mController = new GraphicsDriverGlobalSwitchBarController( in onStart_shouldStartListeningAndRegister()
110 mController = new GraphicsDriverGlobalSwitchBarController( in onStop_shouldStopListeningAndUnregister()
123 mController = new GraphicsDriverGlobalSwitchBarController( in onSwitchToggled_checked_shouldTurnOnUpdatableDriver()
137 mController = new GraphicsDriverGlobalSwitchBarController( in onSwitchToggled_unchecked_shouldTurnOffUpdatableDriver()
/packages/apps/Settings/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverDashboard.java68 final GraphicsDriverGlobalSwitchBarController switchBarController = in onActivityCreated()
69 new GraphicsDriverGlobalSwitchBarController( in onActivityCreated()
DGraphicsDriverGlobalSwitchBarController.java41 public class GraphicsDriverGlobalSwitchBarController class
51 GraphicsDriverGlobalSwitchBarController( in GraphicsDriverGlobalSwitchBarController() method in GraphicsDriverGlobalSwitchBarController