Home
last modified time | relevance | path

Searched refs:retryableExceptions (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DRetryStrategyImpl.java45 @NonNull Set<Class<? extends Exception>> retryableExceptions, in call() argument
51 retryableExceptions, in call()
59 Set<Class<? extends Exception>> retryableExceptions, in retry() argument
67 if (!isExceptionRetryable(e, retryableExceptions)) { in retry()
87 retryableExceptions, in retry()
102 Exception exception, Set<Class<? extends Exception>> retryableExceptions) {
103 for (Class<? extends Exception> clazz : retryableExceptions) {
DRetryStrategy.java36 Set<Class<? extends Exception>> retryableExceptions, in call() argument
DNoOpRetryStrategyImpl.java33 Set<Class<? extends Exception>> retryableExceptions, in call() argument