Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiPseudonymManager.java77 static final long[] RETRY_INTERVALS_FOR_CONNECTION_ERROR = { field in WifiPseudonymManager
534 if (retryTimes >= RETRY_INTERVALS_FOR_CONNECTION_ERROR.length) { in retryForConnectionError()
536 + RETRY_INTERVALS_FOR_CONNECTION_ERROR.length in retryForConnectionError()
540 long interval = RETRY_INTERVALS_FOR_CONNECTION_ERROR[retryTimes]; in retryForConnectionError()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiPseudonymManagerTest.java20 import static com.android.server.wifi.WifiPseudonymManager.RETRY_INTERVALS_FOR_CONNECTION_ERROR;
441 retryCount < (RETRY_INTERVALS_FOR_CONNECTION_ERROR.length * 2); in mRetrieveCallback_transientFailureConnectionError_scheduleRetry()
453 verify(mAlarmManager, times(RETRY_INTERVALS_FOR_CONNECTION_ERROR.length)) in mRetrieveCallback_transientFailureConnectionError_scheduleRetry()
464 RETRY_INTERVALS_FOR_CONNECTION_ERROR.length - 1]; in mRetrieveCallback_transientFailureConnectionError_scheduleRetry()