Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java117 message.what = WifiManager.HOTSPOT_STOPPED; in sendHotspotStoppedMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java173 assertEquals(WifiManager.HOTSPOT_STOPPED, message.what); in verifySendStoppedMessage()
DWifiServiceImplTest.java21 import static android.net.wifi.WifiManager.HOTSPOT_STOPPED;
1716 assertEquals(HOTSPOT_STOPPED, message.what); in testRegisteredCallbacksTriggeredOnSoftApDisabling()
1749 assertEquals(HOTSPOT_STOPPED, message.what); in testRegisteredCallbacksTriggeredOnSoftApDisabled()
1808 assertEquals(HOTSPOT_STOPPED, message.what); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling()
1910 assertEquals(HOTSPOT_STOPPED, message.what); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()
2114 assertEquals(HOTSPOT_STOPPED, mMessageCaptor.getValue().what); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java21 import static android.net.wifi.WifiManager.HOTSPOT_STOPPED;
451 msg.what = HOTSPOT_STOPPED; in testOnStoppedIsCalled()
908 msg.what = HOTSPOT_STOPPED; in testObserverOnStoppedIsCalled()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java968 public static final int HOTSPOT_STOPPED = 1; field in WifiManager
2655 case HOTSPOT_STOPPED: in LocalOnlyHotspotCallbackProxy()
2800 case HOTSPOT_STOPPED: in LocalOnlyHotspotObserverProxy()