Searched refs:getCurrentRetryTimeMs (Results 1 – 4 of 4) sorted by relevance
590 Math.round((double) mErrorPolicyManager.getCurrentRetryTimeMs(apn1) / 1000); in testGetDataFailCauseRetryTime()593 retryTime = Math.round((double) mErrorPolicyManager.getCurrentRetryTimeMs(apn2) / 1000); in testGetDataFailCauseRetryTime()634 time = Math.round((double) mErrorPolicyManager.getCurrentRetryTimeMs(apn) / 1000); in testBackOffTime()651 time = Math.round((double) mErrorPolicyManager.getCurrentRetryTimeMs(apn) / 1000); in testBackOffTime()
492 when(mMockErrorPolicyManager.getCurrentRetryTimeMs(eq(TEST_APN_NAME))).thenReturn(5L); in testHandoverFailureModeNormal()530 when(mMockErrorPolicyManager.getCurrentRetryTimeMs(eq(TEST_APN_NAME))).thenReturn(-1L); in testHandoverFailureModeHandover()
376 public synchronized long getCurrentRetryTimeMs(String apn) { in getCurrentRetryTimeMs() method in ErrorPolicyManager
394 .getCurrentRetryTimeMs(apnName)); in onClosed()