Searched defs:shouldRetry (Results 1 – 3 of 3) sorted by relevance
47 fun shouldRetry(state: Int): Boolean { in shouldRetry() method
40 bool shouldRetry() const { return isFailed() && mDeadObject; } in shouldRetry() function270 bool shouldRetry() const { in shouldRetry() function
398 public static boolean shouldRetry(AsyncResult ar, int retryCount) { in shouldRetry() method in UiccCarrierPrivilegeRules