Searched refs:handleWifiApStateChanged (Results 1 – 6 of 6) sorted by relevance
130 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()
108 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()
48 handleWifiApStateChanged(state);118 void handleWifiApStateChanged(int state) { in handleWifiApStateChanged() method in WifiTetheringHandler
122 handleWifiApStateChanged(state);127 private void handleWifiApStateChanged(int state) { in handleWifiApStateChanged() method in WifiTetherSwitchBarController
126 handleWifiApStateChanged(state, failureReason); in initWifiTetherSoftApManager()143 void handleWifiApStateChanged(int state, int reason) { in handleWifiApStateChanged() method in WifiTetherPreferenceController
318 shouldUpdateState = handleWifiApStateChanged(intent.getIntExtra(349 private boolean handleWifiApStateChanged(int state) { in handleWifiApStateChanged() method in TetherEnabler