Searched defs:WIFI_AP_STATE_DISABLED (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 444 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, null, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() local 472 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, "", in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() local 703 checkApStateChangedBroadcast(intentCaptor.getValue(), WIFI_AP_STATE_DISABLED, in stopWhenStarted() local 738 checkApStateChangedBroadcast(intentCaptor.getValue(), WIFI_AP_STATE_DISABLED, in cleanStopOnInterfaceDestroyed() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
D | ConnectivityFragment.java | 299 sWifiApStates.put(WifiManager.WIFI_AP_STATE_DISABLED, "AP_DISABLED"); in sWifiApStates.put()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiManager.java | 708 public static final int WIFI_AP_STATE_DISABLED = 11; field in WifiManager
|