Searched refs:HOTSPOT_FAILED (Results 1 – 6 of 6) sorted by relevance
91 message.what = WifiManager.HOTSPOT_FAILED; in sendHotspotFailedMessage()
149 assertEquals(WifiManager.HOTSPOT_FAILED, message.what); in verifySendFailedMessage()
20 import static android.net.wifi.WifiManager.HOTSPOT_FAILED;2117 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric()2143 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel()2302 assertEquals(HOTSPOT_FAILED, message.what); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice()2335 assertEquals(HOTSPOT_FAILED, message.what); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()2493 assertEquals(HOTSPOT_FAILED, message.what); in testCallOnFailedLocalOnlyHotspotRequestWhenIpConfigFails()2539 assertEquals(HOTSPOT_FAILED, message.what); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()4236 assertEquals(HOTSPOT_FAILED, mMessageCaptor.getValue().what); in testStartLohsAndTethering1AP()
1159 public static final int HOTSPOT_FAILED = 2; field in WifiManager3393 case HOTSPOT_FAILED: in LocalOnlyHotspotCallbackProxy()3421 msg.what = HOTSPOT_FAILED; in notifyFailed()
19 import static android.net.wifi.WifiManager.HOTSPOT_FAILED;511 msg.what = HOTSPOT_FAILED; in testOnFailedIsCalled()
47394 Landroid/net/wifi/WifiManager;->HOTSPOT_FAILED:I