Searched refs:RETRY_INTERVAL_MS (Results 1 – 9 of 9) sorted by relevance
100 private final long RETRY_INTERVAL_MS; field in FileUpdater118 RETRY_INTERVAL_MS = retryIntervalMs; in FileUpdater()256 mHandler.postDelayed(mHandleWriteOnHandlerRunnable, RETRY_INTERVAL_MS); in scheduleRetry()
86 static final long RETRY_INTERVAL_MS = TimeUnit.SECONDS.toMillis(15L); field in AbstractSessionStateMachine
1452 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in enterState()1535 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in processStateMessage()
824 sendMessageDelayed(localRequest.procedureType, localRequest, RETRY_INTERVAL_MS); in scheduleRetry()4463 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in handleErrorNotifyIfExists()4553 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in enterState()4566 mCurrentIkeSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in handleTempFailure()
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()
118 private static final int RETRY_INTERVAL_MS = 5000; field in UiccCarrierPrivilegeRules487 postDelayed(mRetryRunnable, RETRY_INTERVAL_MS); in handleMessage()
42 import static com.android.internal.net.ipsec.test.ike.IkeSessionStateMachine.RETRY_INTERVAL_MS;3731 verify(mSpyCurrentIkeSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyIkeLocalCreateHandleRespWithNonFatalErrorNotify()3847 RETRY_INTERVAL_MS); in mockRescheduleRekey()3851 .rescheduleRekey(eq(RETRY_INTERVAL_MS)); in mockRescheduleRekey()3869 verify(mSpyCurrentIkeSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyIkeLocalCreateHandleRespWithTempFailure()5240 while (currentTime + RETRY_INTERVAL_MS < TEMP_FAILURE_RETRY_TIMEOUT_MS) { in disableTestTempFailureHandlerTimeout()5243 mLooper.moveTimeForward(RETRY_INTERVAL_MS); in disableTestTempFailureHandlerTimeout()5244 currentTime += RETRY_INTERVAL_MS; in disableTestTempFailureHandlerTimeout()5251 mLooper.moveTimeForward(RETRY_INTERVAL_MS); in disableTestTempFailureHandlerTimeout()5274 verify(mSpyCurrentIkeSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testTempFailureHandlerCancelTimer()[all …]
26 import static com.android.internal.net.ipsec.test.ike.AbstractSessionStateMachine.RETRY_INTERVAL_MS;1221 verify(mSpyCurrentChildSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyLocalCreateHandlesErrorNotifyResp()