HomeSort by relevance Sort by last modified time
    Searched refs:HOTSPOT_STARTED (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
LocalOnlyHotspotRequestInfo.java 97 * 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/
LocalOnlyHotspotRequestInfoTest.java 161 assertEquals(WifiManager.HOTSPOT_STARTED, message.what);
WifiServiceImplTest.java 20 import static android.net.wifi.WifiManager.HOTSPOT_STARTED;
    [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiManagerTest.java 20 import static android.net.wifi.WifiManager.HOTSPOT_STARTED;
383 * Verify the LOHS onStarted callback is triggered when WifiManager receives a HOTSPOT_STARTED
400 msg.what = HOTSPOT_STARTED;
410 * Verify onFailed is called if WifiServiceImpl sends a HOTSPOT_STARTED message with a null
427 msg.what = HOTSPOT_STARTED;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]

Completed in 90 milliseconds