Home
last modified time | relevance | path

Searched refs:RETRY_INTERVAL_MS (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DExoPlayerSampleExtractor.java179 private static final int RETRY_INTERVAL_MS = 50; field in ExoPlayerSampleExtractor.SourceReaderWorker
303 MSG_FETCH_SAMPLES, RETRY_INTERVAL_MS); in handleMessage()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
DExoPlayerSampleExtractor.java179 private static final int RETRY_INTERVAL_MS = 50; field in ExoPlayerSampleExtractor.SourceReaderWorker
347 MSG_FETCH_SAMPLES, RETRY_INTERVAL_MS); in handleMessage()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DAbstractSessionStateMachine.java100 static final long RETRY_INTERVAL_MS = TimeUnit.SECONDS.toMillis(15L); field in AbstractSessionStateMachine
DChildSessionStateMachine.java1578 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in enterState()
1711 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in handleErrorNotify()
DIkeSessionStateMachine.java968 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()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java42 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 …]
DChildSessionStateMachineTest.java30 import static com.android.internal.net.ipsec.test.ike.AbstractSessionStateMachine.RETRY_INTERVAL_MS;
1330 verify(mSpyCurrentChildSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyLocalCreateHandlesErrorNotifyResp()