Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiController.java56 private static final int MAX_RECOVERY_TIMEOUT_DELAY_MS = 4000; field in WifiController
241 if (mRecoveryDelayMillis > MAX_RECOVERY_TIMEOUT_DELAY_MS) { in readWifiRecoveryDelay()
242 mRecoveryDelayMillis = MAX_RECOVERY_TIMEOUT_DELAY_MS; in readWifiRecoveryDelay()