Searched refs:WifiTetherSwitchBarController (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
H A DWifiTetherSwitchBarControllerTest.java60 private WifiTetherSwitchBarController mController;
74 mController = new WifiTetherSwitchBarController(mContext,
83 final WifiTetherSwitchBarController controller = new WifiTetherSwitchBarController(
H A DWifiTetherPreferenceControllerTest.java206 @Implements(WifiTetherSwitchBarController.class)
/packages/apps/Settings/src/com/android/settings/wifi/tether/
H A DWifiTetherSwitchBarController.java38 public class WifiTetherSwitchBarController implements SwitchWidgetController.OnSwitchChangeListener, class in inherits:SwitchWidgetController.OnSwitchChangeListener,LifecycleObserver,OnStart,OnStop,DataSaverBackend.Listener
66 WifiTetherSwitchBarController(Context context, SwitchWidgetController switchBar) { method in class:WifiTetherSwitchBarController
H A DWifiTetherSettings.java51 private WifiTetherSwitchBarController mSwitchBarController;
96 mSwitchBarController = new WifiTetherSwitchBarController(activity,

Completed in 71 milliseconds