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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
LocalOnlyHotspotRequestInfo.java 83 * Send a HOTSPOT_FAILED message to WifiManager for the calling application with the error code.
91 message.what = WifiManager.HOTSPOT_FAILED;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LocalOnlyHotspotRequestInfoTest.java 148 assertEquals(WifiManager.HOTSPOT_FAILED, message.what);
WifiServiceImplTest.java 19 import static android.net.wifi.WifiManager.HOTSPOT_FAILED;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiManagerTest.java 19 import static android.net.wifi.WifiManager.HOTSPOT_FAILED;
459 * Verify onFailed is called if WifiServiceImpl sends a HOTSPOT_FAILED message.
474 msg.what = HOTSPOT_FAILED;
    [all...]

Completed in 214 milliseconds