Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiTetheringHandlerTest.java130 mWifiTetheringHandler.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLING); in onTetherEnabling_shouldReturnSwitchStateDisabled()
141 mWifiTetheringHandler.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLED); in onTetherEnabled_shouldReturnSwitchStateEnabledAndOn()
153 mWifiTetheringHandler.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_DISABLED); in onTetherDisabled_shouldReturnSwitchStateEnabledAndOff()
165 mWifiTetheringHandler.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLING); in onEnableTetherFailed_shouldReturnSwitchStateEnabledAndOff()
166 mWifiTetheringHandler.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_FAILED); in onEnableTetherFailed_shouldReturnSwitchStateEnabledAndOff()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherPreferenceControllerTest.java108 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLING, 0 /* reason */); in testHandleWifiApStateChanged_stateEnabling_showEnablingSummary()
115 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLED, 0 /* reason */); in testHandleWifiApStateChanged_stateEnabled_showEnabledSummary()
122 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_DISABLING, 0 /* reason */); in testHandleWifiApStateChanged_stateDisabling_showDisablingSummary()
129 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_DISABLED, 0 /* reason */); in testHandleWifiApStateChanged_stateDisabled_showDisabledSummary()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetheringHandler.java48 handleWifiApStateChanged(state);
118 void handleWifiApStateChanged(int state) { in handleWifiApStateChanged() method in WifiTetheringHandler
/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.java126 handleWifiApStateChanged(state, failureReason); in initWifiTetherSoftApManager()
143 void handleWifiApStateChanged(int state, int reason) { in handleWifiApStateChanged() method in WifiTetherPreferenceController
/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