Searched refs:RETRY_INTERVALS_FOR_CONNECTION_ERROR (Results 1 – 2 of 2) sorted by relevance
77 static final long[] RETRY_INTERVALS_FOR_CONNECTION_ERROR = { field in WifiPseudonymManager534 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()
20 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()