Home
last modified time | relevance | path

Searched refs:HOTSPOT_STARTED (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java105 message.what = WifiManager.HOTSPOT_STARTED; in sendHotspotStartedMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java162 assertEquals(WifiManager.HOTSPOT_STARTED, message.what); in verifySendStartedMessage()
DWifiServiceImplTest.java21 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()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java20 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()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java1124 public static final int HOTSPOT_STARTED = 0; field in WifiManager
3317 case HOTSPOT_STARTED: in LocalOnlyHotspotCallbackProxy()
3463 case HOTSPOT_STARTED: in LocalOnlyHotspotObserverProxy()