Searched refs:HOTSPOT_STARTED (Results 1 – 6 of 6) sorted by relevance
105 message.what = WifiManager.HOTSPOT_STARTED; in sendHotspotStartedMessage()
162 assertEquals(WifiManager.HOTSPOT_STARTED, message.what); in verifySendStartedMessage()
21 import static android.net.wifi.WifiManager.HOTSPOT_STARTED;2168 assertEquals(HOTSPOT_STARTED, message.what); in testRegisteredCallbacksTriggeredOnSoftApDisabling()2203 assertEquals(HOTSPOT_STARTED, message.what); in testRegisteredCallbacksTriggeredOnSoftApDisabled()2261 assertEquals(HOTSPOT_STARTED, message.what); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling()2364 assertEquals(HOTSPOT_STARTED, message.what); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()2448 assertEquals(HOTSPOT_STARTED, message.what); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()2472 assertEquals(HOTSPOT_STARTED, message.what); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback()2588 assertEquals(HOTSPOT_STARTED, mMessageCaptor.getValue().what); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()4212 assertEquals(HOTSPOT_STARTED, mMessageCaptor.getValue().what); in startLohsAndTethering()
20 import static android.net.wifi.WifiManager.HOTSPOT_STARTED;437 msg.what = HOTSPOT_STARTED; in testOnStartedIsCalledWithReservation()464 msg.what = HOTSPOT_STARTED; in testOnStartedIsCalledWithNullConfig()895 msg.what = HOTSPOT_STARTED; in testObserverOnStartedIsCalledWithWifiConfig()921 msg.what = HOTSPOT_STARTED; in testObserverOnStartedNotCalledWithNullConfig()
1155 public static final int HOTSPOT_STARTED = 0; field in WifiManager3380 case HOTSPOT_STARTED: in LocalOnlyHotspotCallbackProxy()3526 case HOTSPOT_STARTED: in LocalOnlyHotspotObserverProxy()
47396 Landroid/net/wifi/WifiManager;->HOTSPOT_STARTED:I