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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
LocalOnlyHotspotRequestInfo.java 111 * Send a HOTSPOT_STOPPED message to WifiManager for the calling application.
117 message.what = WifiManager.HOTSPOT_STOPPED;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LocalOnlyHotspotRequestInfoTest.java 173 assertEquals(WifiManager.HOTSPOT_STOPPED, message.what);
WifiServiceImplTest.java 21 import static android.net.wifi.WifiManager.HOTSPOT_STOPPED;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiManagerTest.java 21 import static android.net.wifi.WifiManager.HOTSPOT_STOPPED;
436 * Verify onStopped is called if WifiServiceImpl sends a HOTSPOT_STOPPED message.
451 msg.what = HOTSPOT_STOPPED;
    [all...]

Completed in 237 milliseconds