Home
last modified time | relevance | path

Searched refs:DevelopmentSwitchBarController (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DDevelopmentSwitchBarControllerTest.java78 new DevelopmentSwitchBarController(mSettings, mSwitchBar, in runThroughLifecycle_v2_isMonkeyRun_shouldNotRegisterListener()
93 new DevelopmentSwitchBarController(mSettings, mSwitchBar, in runThroughLifecycle_isNotMonkeyRun_shouldRegisterAndRemoveListener()
109 new DevelopmentSwitchBarController(mSettings, mSwitchBar, in runThroughLifecycle_v2_isNotMonkeyRun_shouldRegisterAndRemoveListener()
124 new DevelopmentSwitchBarController(mSettings, mSwitchBar, in buildController_unavailable_shouldDisableSwitchBar()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DDevelopmentSwitchBarController.java29 public class DevelopmentSwitchBarController implements LifecycleObserver, OnStart, OnStop { class
35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController() method in DevelopmentSwitchBarController
DDevelopmentSettingsDashboardFragment.java74 private DevelopmentSwitchBarController mSwitchBarController;
170 mSwitchBarController = new DevelopmentSwitchBarController( in onActivityCreated()
/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentSwitchBarController.java29 public class DevelopmentSwitchBarController implements LifecycleObserver, OnStart, OnStop { class
35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController() method in DevelopmentSwitchBarController
DDevelopmentSettingsDashboardFragment.java84 private DevelopmentSwitchBarController mSwitchBarController;
194 mSwitchBarController = new DevelopmentSwitchBarController( in onActivityCreated()