Home
last modified time | relevance | path

Searched refs:handleWifiApStateChanged (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherPreferenceControllerTest.java109 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLING, 0 /* reason */); in testHandleWifiApStateChanged_stateEnabling_showEnablingSummary()
116 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLED, 0 /* reason */); in testHandleWifiApStateChanged_stateEnabled_showEnabledSummary()
123 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_DISABLING, 0 /* reason */); in testHandleWifiApStateChanged_stateDisabling_showDisablingSummary()
130 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_DISABLED, 0 /* reason */); in testHandleWifiApStateChanged_stateDisabled_showDisabledSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DWifiTetherSwitchBarController.java120 handleWifiApStateChanged(state);
125 private void handleWifiApStateChanged(int state) { in handleWifiApStateChanged() method in WifiTetherSwitchBarController
DWifiTetherPreferenceController.java129 handleWifiApStateChanged(state, failureReason); in initWifiTetherSoftApManager()
147 void handleWifiApStateChanged(int state, int reason) { in handleWifiApStateChanged() method in WifiTetherPreferenceController
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherSwitchBarController.java122 handleWifiApStateChanged(state);
127 private void handleWifiApStateChanged(int state) { in handleWifiApStateChanged() method in WifiTetherSwitchBarController
DWifiTetherPreferenceController.java127 handleWifiApStateChanged(state, failureReason); in initWifiTetherSoftApManager()
144 void handleWifiApStateChanged(int state, int reason) { in handleWifiApStateChanged() method in WifiTetherPreferenceController
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherFragment.java58 handleWifiApStateChanged(state);
134 private void handleWifiApStateChanged(int state) { in handleWifiApStateChanged() method in WifiTetherFragment
/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java318 shouldUpdateState = handleWifiApStateChanged(intent.getIntExtra(
349 private boolean handleWifiApStateChanged(int state) { in handleWifiApStateChanged() method in TetherEnabler