Searched defs:WIFI_AP_STATE_DISABLED (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 297 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, null, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() local 340 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, "", in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() local 631 checkApStateChangedBroadcast(intentCaptor.getValue(), WIFI_AP_STATE_DISABLED, in stopWhenStarted() local 664 checkApStateChangedBroadcast(intentCaptor.getValue(), WIFI_AP_STATE_DISABLED, in cleanStopOnInterfaceDestroyed() local
|
D | WifiServiceImplTest.java | 1101 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL, in testGetWifiApEnabled() local 2112 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL, in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric() local 2137 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_NO_CHANNEL, in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel() local 2207 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testRegisteredCallbacksTriggeredOnSoftApDisabled() local 2232 WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_DISABLED, HOTSPOT_NO_ERROR, WIFI_IFACE_NAME, in testRegisteredCallbacksNotTriggeredOnSoftApStart() local 2268 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling() local 2371 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testAllRegisteredCallbacksTriggeredWhenSoftApStops() local 2404 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testAllRegisteredCallbacksTriggeredWhenSoftApStopsLOHSNotActive() local 2597 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback() local
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiManager.java | 587 public static final int WIFI_AP_STATE_DISABLED = 11; field in WifiManager
|