Searched refs:HOTSPOT_STARTED (Results 1 – 5 of 5) 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;2013 assertEquals(HOTSPOT_STARTED, message.what); in testRegisteredCallbacksTriggeredOnSoftApDisabling()2048 assertEquals(HOTSPOT_STARTED, message.what); in testRegisteredCallbacksTriggeredOnSoftApDisabled()2106 assertEquals(HOTSPOT_STARTED, message.what); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling()2209 assertEquals(HOTSPOT_STARTED, message.what); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()2293 assertEquals(HOTSPOT_STARTED, message.what); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()2317 assertEquals(HOTSPOT_STARTED, message.what); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback()2433 assertEquals(HOTSPOT_STARTED, mMessageCaptor.getValue().what); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()4055 assertEquals(HOTSPOT_STARTED, mMessageCaptor.getValue().what); in startLohsAndTethering()
20 import static android.net.wifi.WifiManager.HOTSPOT_STARTED;436 msg.what = HOTSPOT_STARTED; in testOnStartedIsCalledWithReservation()463 msg.what = HOTSPOT_STARTED; in testOnStartedIsCalledWithNullConfig()892 msg.what = HOTSPOT_STARTED; in testObserverOnStartedIsCalledWithWifiConfig()918 msg.what = HOTSPOT_STARTED; in testObserverOnStartedNotCalledWithNullConfig()
1124 public static final int HOTSPOT_STARTED = 0; field in WifiManager3317 case HOTSPOT_STARTED: in LocalOnlyHotspotCallbackProxy()3463 case HOTSPOT_STARTED: in LocalOnlyHotspotObserverProxy()