OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMD_DEVICE_IDLE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiController.java
116
static final int
CMD_DEVICE_IDLE
= BASE + 5;
200
sendMessage(
CMD_DEVICE_IDLE
);
378
sendMessage(
CMD_DEVICE_IDLE
);
382
case
CMD_DEVICE_IDLE
:
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiControllerTest.java
22
import static com.android.server.wifi.WifiController.
CMD_DEVICE_IDLE
;
317
mWifiController.sendMessage(
CMD_DEVICE_IDLE
);
Completed in 59 milliseconds