OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/tests/src/android/net/wifi/
WifiManagerTest.java
21
import static android.net.wifi.WifiManager.
HOTSPOT_STOPPED
;
424
* Verify onStopped is called if WifiServiceImpl sends a
HOTSPOT_STOPPED
message.
439
msg.what =
HOTSPOT_STOPPED
;
737
*
HOTSPOT_STOPPED
message from WifiServiceImpl.
752
msg.what =
HOTSPOT_STOPPED
;
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiManager.java
911
public static final int
HOTSPOT_STOPPED
= 1;
[
all
...]
Completed in 108 milliseconds