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 | 266 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, null, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() local 308 WIFI_AP_STATE_DISABLED, WifiManager.SAP_START_FAILURE_GENERAL, "", in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() local 594 checkApStateChangedBroadcast(intentCaptor.getValue(), WIFI_AP_STATE_DISABLED, in stopWhenStarted() local 627 checkApStateChangedBroadcast(intentCaptor.getValue(), WIFI_AP_STATE_DISABLED, in cleanStopOnInterfaceDestroyed() local
|
D | WifiServiceImplTest.java | 989 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL, in testGetWifiApEnabled() local 1957 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_GENERAL, in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric() local 1982 WIFI_AP_STATE_FAILED, WIFI_AP_STATE_DISABLED, SAP_START_FAILURE_NO_CHANNEL, in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel() local 2052 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testRegisteredCallbacksTriggeredOnSoftApDisabled() local 2077 WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_DISABLED, HOTSPOT_NO_ERROR, WIFI_IFACE_NAME, in testRegisteredCallbacksNotTriggeredOnSoftApStart() local 2113 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling() local 2216 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testAllRegisteredCallbacksTriggeredWhenSoftApStops() local 2249 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testAllRegisteredCallbacksTriggeredWhenSoftApStopsLOHSNotActive() local 2442 WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_DISABLING, HOTSPOT_NO_ERROR, in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback() local
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiManager.java | 580 public static final int WIFI_AP_STATE_DISABLED = 11; field in WifiManager
|