Searched refs:HOTSPOT_FAILED (Results 1 – 5 of 5) sorted by relevance
91 message.what = WifiManager.HOTSPOT_FAILED; in sendHotspotFailedMessage()
148 assertEquals(WifiManager.HOTSPOT_FAILED, message.what); in verifySendFailedMessage()
19 import static android.net.wifi.WifiManager.HOTSPOT_FAILED;1015 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric()1041 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel()1194 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice()1227 assertEquals(HOTSPOT_FAILED, message.what); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()1372 assertEquals(HOTSPOT_FAILED, message.what); in testCallOnFailedLocalOnlyHotspotRequestWhenIpConfigFails()1398 assertEquals(HOTSPOT_FAILED, message.what); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()
913 public static final int HOTSPOT_FAILED = 2; field in WifiManager2458 case HOTSPOT_FAILED:2486 msg.what = HOTSPOT_FAILED;
19 import static android.net.wifi.WifiManager.HOTSPOT_FAILED;462 msg.what = HOTSPOT_FAILED; in testOnFailedIsCalled()