Home
last modified time | relevance | path

Searched refs:HOTSPOT_FAILED (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java91 message.what = WifiManager.HOTSPOT_FAILED; in sendHotspotFailedMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java149 assertEquals(WifiManager.HOTSPOT_FAILED, message.what); in verifySendFailedMessage()
DWifiServiceImplTest.java20 import static android.net.wifi.WifiManager.HOTSPOT_FAILED;
1962 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric()
1988 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel()
2147 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice()
2180 assertEquals(HOTSPOT_FAILED, message.what); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()
2338 assertEquals(HOTSPOT_FAILED, message.what); in testCallOnFailedLocalOnlyHotspotRequestWhenIpConfigFails()
2384 assertEquals(HOTSPOT_FAILED, message.what); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()
4079 assertEquals(HOTSPOT_FAILED, mMessageCaptor.getValue().what); in testStartLohsAndTethering1AP()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java1128 public static final int HOTSPOT_FAILED = 2; field in WifiManager
3330 case HOTSPOT_FAILED: in LocalOnlyHotspotCallbackProxy()
3358 msg.what = HOTSPOT_FAILED; in notifyFailed()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java19 import static android.net.wifi.WifiManager.HOTSPOT_FAILED;
510 msg.what = HOTSPOT_FAILED; in testOnFailedIsCalled()