Home
last modified time | relevance | path

Searched refs:shouldRetry (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRulesTest.java267 assertTrue(mUiccCarrierPrivilegeRules.shouldRetry(ar1, 0)); in testRetryARAM_shouldRetry()
273 assertTrue(mUiccCarrierPrivilegeRules.shouldRetry(ar2, 0)); in testRetryARAM_shouldRetry()
279 assertTrue(mUiccCarrierPrivilegeRules.shouldRetry(ar3, 0)); in testRetryARAM_shouldRetry()
289 assertTrue(!mUiccCarrierPrivilegeRules.shouldRetry(ar, 0)); in testRetryARAM_shouldNotRetry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java436 public static boolean shouldRetry(AsyncResult ar, int retryCount) { in shouldRetry() method in UiccCarrierPrivilegeRules
471 if (shouldRetry(ar, mRetryCount)) { in handleMessage()