Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiEnabler.java47 private final SwitchWidgetController mSwitchWidget; field in WifiEnabler
93 mSwitchWidget = switchWidget; in WifiEnabler()
94 mSwitchWidget.setListener(this); in WifiEnabler()
111 mSwitchWidget.startListening(); in setupSwitchController()
114 mSwitchWidget.setupView(); in setupSwitchController()
119 mSwitchWidget.stopListening(); in teardownSwitchController()
122 mSwitchWidget.teardownView(); in teardownSwitchController()
130 mSwitchWidget.startListening(); in resume()
138 mSwitchWidget.stopListening(); in pause()
145 mSwitchWidget.setDisabledByAdmin(null); in handleWifiStateChanged()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiEnabler.java47 private final SwitchWidgetController mSwitchWidget; field in WifiEnabler
93 mSwitchWidget = switchWidget; in WifiEnabler()
94 mSwitchWidget.setListener(this); in WifiEnabler()
111 mSwitchWidget.startListening(); in setupSwitchController()
114 mSwitchWidget.setupView(); in setupSwitchController()
119 mSwitchWidget.stopListening(); in teardownSwitchController()
122 mSwitchWidget.teardownView(); in teardownSwitchController()
130 mSwitchWidget.startListening(); in resume()
138 mSwitchWidget.stopListening(); in pause()
145 mSwitchWidget.setDisabledByAdmin(null); in handleWifiStateChanged()
[all …]
/packages/apps/Settings/src/com/android/settings/development/
DWirelessDebuggingEnabler.java41 private final SwitchWidgetController mSwitchWidget; field in WirelessDebuggingEnabler
52 mSwitchWidget = switchWidget; in WirelessDebuggingEnabler()
53 mSwitchWidget.setListener(this); in WirelessDebuggingEnabler()
54 mSwitchWidget.setupView(); in WirelessDebuggingEnabler()
82 mSwitchWidget.stopListening(); in teardownSwitchController()
85 mSwitchWidget.teardownView(); in teardownSwitchController()
91 mSwitchWidget.startListening(); in onResume()
103 mSwitchWidget.stopListening(); in onPause()
110 mSwitchWidget.setChecked(enabled); in onWirelessDebuggingEnabled()