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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfo.java97 * Send a HOTSPOT_STARTED message to WifiManager for the calling application with the config.
105 message.what = WifiManager.HOTSPOT_STARTED;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfoTest.java161 assertEquals(WifiManager.HOTSPOT_STARTED, message.what);
H A DWifiServiceImplTest.java20 import static android.net.wifi.WifiManager.HOTSPOT_STARTED;
1120 assertEquals(HOTSPOT_STARTED, message.what);
1153 assertEquals(HOTSPOT_STARTED, message.what);
1209 assertEquals(HOTSPOT_STARTED, message.what);
1310 assertEquals(HOTSPOT_STARTED, message.what);
1370 * Verify that all registered LOHS requestors are notified via a HOTSPOT_STARTED message that
1387 assertEquals(HOTSPOT_STARTED, message.what);
1409 assertEquals(HOTSPOT_STARTED, message.what);
1501 assertEquals(HOTSPOT_STARTED, mMessageCaptor.getValue().what);
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiManagerTest.java20 import static android.net.wifi.WifiManager.HOTSPOT_STARTED;
371 * Verify the LOHS onStarted callback is triggered when WifiManager receives a HOTSPOT_STARTED
388 msg.what = HOTSPOT_STARTED;
398 * Verify onFailed is called if WifiServiceImpl sends a HOTSPOT_STARTED message with a null
415 msg.what = HOTSPOT_STARTED;
685 * HOTSPOT_STARTED message from WifiServiceImpl.
700 msg.what = HOTSPOT_STARTED;
711 * HOTSPOT_STARTED message from WifiServiceImpl with a null config.
726 msg.what = HOTSPOT_STARTED;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java922 public static final int HOTSPOT_STARTED = 0; field in class:WifiManager
2508 case HOTSPOT_STARTED:
2654 case HOTSPOT_STARTED:

Completed in 136 milliseconds