Searched refs:shouldRetry (Results 1 – 2 of 2) sorted by relevance
267 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()
436 public static boolean shouldRetry(AsyncResult ar, int retryCount) { in shouldRetry() method in UiccCarrierPrivilegeRules471 if (shouldRetry(ar, mRetryCount)) { in handleMessage()