Searched refs:RETRY_INTERVAL_MS (Results 1 – 8 of 8) sorted by relevance
50 private static final int RETRY_INTERVAL_MS = 1000; field in BleCentralManager140 }, RETRY_INTERVAL_MS); in startScanningInternally()187 RETRY_INTERVAL_MS);
33 import static com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.RETRY_INTERVAL_MS;38 import static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.RETRY_INTERVAL_MS;3155 verify(mSpyCurrentIkeSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyIkeLocalCreateHandleRespWithNonFatalErrorNotify()3267 RETRY_INTERVAL_MS); in mockRescheduleRekey()3271 .rescheduleRekey(eq(RETRY_INTERVAL_MS)); in mockRescheduleRekey()3288 verify(mSpyCurrentIkeSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyIkeLocalCreateHandleRespWithTempFailure()4587 while (currentTime + RETRY_INTERVAL_MS < TEMP_FAILURE_RETRY_TIMEOUT_MS) { in disableTestTempFailureHandlerTimeout()4590 mLooper.moveTimeForward(RETRY_INTERVAL_MS); in disableTestTempFailureHandlerTimeout()4591 currentTime += RETRY_INTERVAL_MS; in disableTestTempFailureHandlerTimeout()4598 mLooper.moveTimeForward(RETRY_INTERVAL_MS); in disableTestTempFailureHandlerTimeout()[all …]
26 import static com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.RETRY_INTERVAL_MS;1100 verify(mSpyCurrentChildSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyLocalCreateHandlesErrorNotifyResp()
179 private static final int RETRY_INTERVAL_MS = 50; field in ExoPlayerSampleExtractor.SourceReaderWorker303 MSG_FETCH_SAMPLES, RETRY_INTERVAL_MS); in handleMessage()
179 private static final int RETRY_INTERVAL_MS = 50; field in ExoPlayerSampleExtractor.SourceReaderWorker347 MSG_FETCH_SAMPLES, RETRY_INTERVAL_MS); in handleMessage()
82 static final long RETRY_INTERVAL_MS = TimeUnit.SECONDS.toMillis(15L); field in AbstractSessionStateMachine
697 sendMessageDelayed(localRequest.procedureType, localRequest, RETRY_INTERVAL_MS); in scheduleRetry()3917 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in handleErrorNotifyIfExists()4007 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in enterState()4020 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in handleTempFailure()
1386 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in enterState()1479 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in processStateMessage()