OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WifiWatchdogStateMachine
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiWatchdogStateMachine.java
48
*
WifiWatchdogStateMachine
monitors the connection to a WiFi network. When WiFi
77
public class
WifiWatchdogStateMachine
extends StateMachine {
305
private
WifiWatchdogStateMachine
(Context context, Messenger dstMessenger) {
306
super("
WifiWatchdogStateMachine
");
338
public static
WifiWatchdogStateMachine
makeWifiWatchdogStateMachine(Context context, Messenger dstMessenger) {
350
WifiWatchdogStateMachine
wwsm = new
WifiWatchdogStateMachine
(context, dstMessenger);
[
all
...]
WifiServiceImpl.java
295
private
WifiWatchdogStateMachine
mWifiWatchdogStateMachine;
359
mWifiWatchdogStateMachine =
WifiWatchdogStateMachine
.
[
all
...]
WifiStateMachine.java
[
all
...]
Completed in 155 milliseconds