Home
last modified time | relevance | path

Searched refs:WATCHDOG_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java117 private static final int WATCHDOG_INTERVAL_MS = 20 * 60 * 1000; // 20 minutes field in WifiConnectivityManager
1053 mClock.getElapsedSinceBootMillis() + WATCHDOG_INTERVAL_MS, in scheduleWatchdogTimer()