Home
last modified time | relevance | path

Searched defs:WIFI_AP_STATE_FAILED (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1101 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
2293 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_FAILED, ERROR_GENERIC, in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice() local
2296 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_FAILED, ERROR_GENERIC, in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice() local
2325 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_FAILED, ERROR_GENERIC, in testAllRegisteredCallbacksTriggeredWhenSoftApFails() local
2328 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_FAILED, ERROR_GENERIC, in testAllRegisteredCallbacksTriggeredWhenSoftApFails() local
DSoftApManagerTest.java296 checkApStateChangedBroadcast(intentCaptor.getValue(), WIFI_AP_STATE_FAILED, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() local
339 checkApStateChangedBroadcast(intentCaptor.getValue(), WIFI_AP_STATE_FAILED, in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() local
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java619 public static final int WIFI_AP_STATE_FAILED = 14; field in WifiManager