Home
last modified time | relevance | path

Searched defs:shouldRetry (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
DVerifyStatus.kt47 fun shouldRetry(state: Int): Boolean { in shouldRetry() method
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h40 bool shouldRetry() const { return isFailed() && mDeadObject; } in shouldRetry() function
270 bool shouldRetry() const { in shouldRetry() function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java398 public static boolean shouldRetry(AsyncResult ar, int retryCount) { in shouldRetry() method in UiccCarrierPrivilegeRules