Searched defs:WifiWatchdogStateMachine (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java46 * WifiWatchdogStateMachine monitors the connection to a WiFi network. When WiFi
75 public class WifiWatchdogStateMachine extends StateMachine { class in inherits:StateMachine
79 private static final String TAG = "WifiWatchdogStateMachine";
307 private WifiWatchdogStateMachine(Context context) { method in class:WifiWatchdogStateMachine
338 public static WifiWatchdogStateMachine makeWifiWatchdogStateMachine(Context context) {
350 WifiWatchdogStateMachine wwsm = new WifiWatchdogStateMachine(context);

Completed in 41 milliseconds