Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DDevelopmentSwitchBarControllerTest.java79 new DevelopmentSwitchBarController(mSettings, mSwitchBar, in runThroughLifecycle_v2_isMonkeyRun_shouldNotRegisterListener()
94 new DevelopmentSwitchBarController(mSettings, mSwitchBar, in runThroughLifecycle_isNotMonkeyRun_shouldRegisterAndRemoveListener()
110 new DevelopmentSwitchBarController(mSettings, mSwitchBar, in runThroughLifecycle_v2_isNotMonkeyRun_shouldRegisterAndRemoveListener()
126 new DevelopmentSwitchBarController(mSettings, mSwitchBar, in buildController_unavailable_shouldDisableSwitchBar()
/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.java109 private DevelopmentSwitchBarController mSwitchBarController;
281 mSwitchBarController = new DevelopmentSwitchBarController( in onActivityCreated()