Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DBleCentralManager.java50 private static final int RETRY_INTERVAL_MS = 1000; field in BleCentralManager
140 }, RETRY_INTERVAL_MS); in startScanningInternally()
187 RETRY_INTERVAL_MS);
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java33 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 …]
DChildSessionStateMachineTest.java26 import static com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.RETRY_INTERVAL_MS;
1100 verify(mSpyCurrentChildSaRecord).rescheduleRekey(eq(RETRY_INTERVAL_MS)); in testRekeyLocalCreateHandlesErrorNotifyResp()
/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.java82 static final long RETRY_INTERVAL_MS = TimeUnit.SECONDS.toMillis(15L); field in AbstractSessionStateMachine
DIkeSessionStateMachine.java697 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()
DChildSessionStateMachine.java1386 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in enterState()
1479 mCurrentChildSaRecord.rescheduleRekey(RETRY_INTERVAL_MS); in processStateMessage()