Searched refs:mSwitchBarController (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/tether/
H A DWifiTetherSettings.java54 private WifiTetherSwitchBarController mSwitchBarController; field in class:WifiTetherSettings
98 mSwitchBarController = new WifiTetherSwitchBarController(activity,
100 getLifecycle().addObserver(mSwitchBarController);
153 mSwitchBarController.stopTether();
181 mSwitchBarController.startTether();
189 mSwitchBarController.startTether();
/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java363 private DevelopmentSwitchBarController mSwitchBarController; field in class:DevelopmentSettings
636 mSwitchBarController = new DevelopmentSwitchBarController(

Completed in 1834 milliseconds