Searched defs:WifiWatchdogStateMachine (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java55 * {@link WifiWatchdogStateMachine} monitors the initial connection to a Wi-Fi
68 public class WifiWatchdogStateMachine extends StateMachine { class in inherits:StateMachine
71 private static final String TAG = "WifiWatchdogStateMachine";
206 private WifiWatchdogStateMachine(Context context) { method in class:WifiWatchdogStateMachine
211 mDnsPinger = new DnsPinger(mContext, "WifiWatchdogStateMachine.DnsPinger",
237 public static WifiWatchdogStateMachine makeWifiWatchdogStateMachine(Context context) {
249 WifiWatchdogStateMachine wwsm = new WifiWatchdogStateMachine(context);

Completed in 22 milliseconds