Searched refs:updateApState (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SoftApManager.java | 733 private void updateApState(int newState, int currentState, int reason) { in updateApState() method in SoftApManager 844 updateApState(WifiManager.WIFI_AP_STATE_ENABLING, in startSoftAp() 912 updateApState(WifiManager.WIFI_AP_STATE_FAILED, in handleStartSoftApFailure() 1820 updateApState(WifiManager.WIFI_AP_STATE_ENABLED, in onUpChanged() 1914 updateApState(WifiManager.WIFI_AP_STATE_DISABLED, in exitImpl() 1993 updateApState(WifiManager.WIFI_AP_STATE_DISABLING, in processMessageImpl() 1996 updateApState(WifiManager.WIFI_AP_STATE_DISABLING, in processMessageImpl() 2017 updateApState(WifiManager.WIFI_AP_STATE_DISABLING, in processMessageImpl() 2049 updateApState(WifiManager.WIFI_AP_STATE_DISABLING, in processMessageImpl() 2085 updateApState(WifiManager.WIFI_AP_STATE_FAILED, in processMessageImpl() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
D | ConnectivityFragment.java | 549 updateApState(); in onResume() 562 private void updateApState() { in updateApState() method in ConnectivityFragment
|