Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DRetryStrategyTest.java47 int maxRetryAttempts = 1; in test_call_success() local
50 maxRetryAttempts, AdServicesExecutors.getLightWeightExecutor()); in test_call_success()
53 new RetryStrategyTestHelper(maxRetryAttempts, new RetryableException()); in test_call_success()
66 int maxRetryAttempts = 0; in test_call_withZeroRetryAttemptsDoesNotRetry() local
69 maxRetryAttempts, AdServicesExecutors.getLightWeightExecutor()); in test_call_withZeroRetryAttemptsDoesNotRetry()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DRetryStrategyFactory.java53 public RetryStrategy createRetryStrategy(int maxRetryAttempts) { in createRetryStrategy() argument
55 ? new RetryStrategyImpl(maxRetryAttempts, mExecutorService) in createRetryStrategy()