Searched refs:DevelopmentSwitchBarController (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | DevelopmentSwitchBarControllerTest.java | 78 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/apps/Settings/src/com/android/settings/development/ |
D | DevelopmentSwitchBarController.java | 29 public class DevelopmentSwitchBarController implements LifecycleObserver, OnStart, OnStop { class 35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController() method in DevelopmentSwitchBarController
|
D | DevelopmentSettingsDashboardFragment.java | 74 private DevelopmentSwitchBarController mSwitchBarController; 170 mSwitchBarController = new DevelopmentSwitchBarController( in onActivityCreated()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/ |
D | DevelopmentSwitchBarController.java | 29 public class DevelopmentSwitchBarController implements LifecycleObserver, OnStart, OnStop { class 35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController() method in DevelopmentSwitchBarController
|
D | DevelopmentSettingsDashboardFragment.java | 74 private DevelopmentSwitchBarController mSwitchBarController; 170 mSwitchBarController = new DevelopmentSwitchBarController( in onActivityCreated()
|