Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java188 private int mPnoScanIntervalMs; field in WifiConnectivityManager
639 mPnoScanIntervalMs = MOVING_PNO_SCAN_INTERVAL_MS; in WifiConnectivityManager()
979 if (newPnoScanIntervalMs == mPnoScanIntervalMs) { in setDeviceMobilityState()
988 mPnoScanIntervalMs = newPnoScanIntervalMs; in setDeviceMobilityState()
989 Log.d(TAG, "PNO Scan Interval changed to " + mPnoScanIntervalMs + " ms."); in setDeviceMobilityState()
1030 scanSettings.periodInMs = mPnoScanIntervalMs; in startDisconnectedPnoScan()