Searched defs:WATCHDOG_INTERVAL_MS (Results 1 - 1 of 1) sorted by path

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConnectivityManager.java98 // every WATCHDOG_INTERVAL_MS to start a single scan. This is
100 private static final int WATCHDOG_INTERVAL_MS = 20 * 60 * 1000; // 20 minutes field in class:WifiConnectivityManager
192 // As a watchdog mechanism, a single scan will be scheduled every WATCHDOG_INTERVAL_MS
871 mClock.elapsedRealtime() + WATCHDOG_INTERVAL_MS,

Completed in 59 milliseconds