HomeSort by relevance Sort by last modified time
    Searched refs:WifiWatchdogStateMachine (Results 1 - 2 of 2) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 55 * {@link WifiWatchdogStateMachine} monitors the initial connection to a Wi-Fi
68 public class WifiWatchdogStateMachine extends StateMachine {
71 private static final String TAG = "WifiWatchdogStateMachine";
206 private WifiWatchdogStateMachine(Context context) {
211 mDnsPinger = new DnsPinger(mContext, "WifiWatchdogStateMachine.DnsPinger",
237 public static WifiWatchdogStateMachine makeWifiWatchdogStateMachine(Context context) {
249 WifiWatchdogStateMachine wwsm = new WifiWatchdogStateMachine(context);
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 38 import android.net.wifi.WifiWatchdogStateMachine;
358 private WifiWatchdogStateMachine mWifiWatchdogStateMachine;
454 mWifiWatchdogStateMachine = WifiWatchdogStateMachine.
    [all...]

Completed in 21 milliseconds