OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
913
public static final int
HOTSPOT_FAILED
= 2;
[
all
...]
/frameworks/base/wifi/tests/src/android/net/wifi/
WifiManagerTest.java
19
import static android.net.wifi.WifiManager.
HOTSPOT_FAILED
;
447
* Verify onFailed is called if WifiServiceImpl sends a
HOTSPOT_FAILED
message.
462
msg.what =
HOTSPOT_FAILED
;
[
all
...]
Completed in 363 milliseconds