Searched refs:RETRY_INTERVAL_MS (Results 1 – 7 of 7) sorted by relevance
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()
100 static final long RETRY_INTERVAL_MS = TimeUnit.SECONDS.toMillis(15L); field in AbstractSessionStateMachine
1578 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in enterState()1711 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in handleErrorNotify()
968 sendMessageDelayed(localRequest.procedureType, localRequest, RETRY_INTERVAL_MS); in scheduleRetry()4936 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in handleErrorNotifyIfExists()5033 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in enterState()5046 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in handleTempFailure()
42 import static com.android.internal.net.ipsec.test.ike.AbstractSessionStateMachine.RETRY_INTERVAL_MS;51 import static com.android.internal.net.ipsec.test.ike.IkeSessionStateMachine.RETRY_INTERVAL_MS;4135 verify(mSpyCurrentIkeSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyIkeLocalCreateHandleRespWithNonFatalErrorNotify()4251 RETRY_INTERVAL_MS); in mockRescheduleRekey()4255 .rescheduleRekey(eq(RETRY_INTERVAL_MS)); in mockRescheduleRekey()4273 verify(mSpyCurrentIkeSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyIkeLocalCreateHandleRespWithTempFailure()5843 while (currentTime + RETRY_INTERVAL_MS < TEMP_FAILURE_RETRY_TIMEOUT_MS) { in disableTestTempFailureHandlerTimeout()5846 mLooper.moveTimeForward(RETRY_INTERVAL_MS); in disableTestTempFailureHandlerTimeout()5847 currentTime += RETRY_INTERVAL_MS; in disableTestTempFailureHandlerTimeout()5854 mLooper.moveTimeForward(RETRY_INTERVAL_MS); in disableTestTempFailureHandlerTimeout()[all …]
30 import static com.android.internal.net.ipsec.test.ike.AbstractSessionStateMachine.RETRY_INTERVAL_MS;1330 verify(mSpyCurrentChildSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyLocalCreateHandlesErrorNotifyResp()