Searched refs:MAX_RECOVERY_TIMEOUT_DELAY_MS (Results 1 – 1 of 1) sorted by relevance
56 private static final int MAX_RECOVERY_TIMEOUT_DELAY_MS = 4000; field in WifiController241 if (mRecoveryDelayMillis > MAX_RECOVERY_TIMEOUT_DELAY_MS) { in readWifiRecoveryDelay()242 mRecoveryDelayMillis = MAX_RECOVERY_TIMEOUT_DELAY_MS; in readWifiRecoveryDelay()