Searched refs:HOTSPOT_STOPPED (Results 1 – 5 of 5) sorted by relevance
117 message.what = WifiManager.HOTSPOT_STOPPED; in sendHotspotStoppedMessage()
173 assertEquals(WifiManager.HOTSPOT_STOPPED, message.what); in verifySendStoppedMessage()
21 import static android.net.wifi.WifiManager.HOTSPOT_STOPPED;1074 assertEquals(HOTSPOT_STOPPED, message.what); in testRegisteredCallbacksTriggeredOnSoftApDisabling()1107 assertEquals(HOTSPOT_STOPPED, message.what); in testRegisteredCallbacksTriggeredOnSoftApDisabled()1166 assertEquals(HOTSPOT_STOPPED, message.what); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling()1268 assertEquals(HOTSPOT_STOPPED, message.what); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()1458 assertEquals(HOTSPOT_STOPPED, mMessageCaptor.getValue().what); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()
21 import static android.net.wifi.WifiManager.HOTSPOT_STOPPED;439 msg.what = HOTSPOT_STOPPED; in testOnStoppedIsCalled()752 msg.what = HOTSPOT_STOPPED; in testObserverOnStoppedIsCalled()
911 public static final int HOTSPOT_STOPPED = 1; field in WifiManager2454 case HOTSPOT_STOPPED:2599 case HOTSPOT_STOPPED: