Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java84 private static final int DISCONNECTED_PNO_SCAN_INTERVAL_MS = 20 * 1000; // 20 seconds field in WifiConnectivityManager
814 scanSettings.periodInMs = DISCONNECTED_PNO_SCAN_INTERVAL_MS; in startDisconnectedPnoScan()