Searched refs:INVALID_RETRY_AFTER_MESSAGE (Results 1 – 2 of 2) sorted by relevance
21 …atic android.adservices.exceptions.RetryableAdServicesNetworkException.INVALID_RETRY_AFTER_MESSAGE;79 assertThat(exception).hasMessageThat().isEqualTo(INVALID_RETRY_AFTER_MESSAGE); in testExceptionWithErrorCodeAndRetryAfter_retryAfterUnset()90 assertThat(exception).hasMessageThat().isEqualTo(INVALID_RETRY_AFTER_MESSAGE); in testExceptionWithErrorCodeAndRetryAfter_retryAfterNegative()
42 public static final String INVALID_RETRY_AFTER_MESSAGE = field in RetryableAdServicesNetworkException61 retryAfter.compareTo(UNSET_RETRY_AFTER_VALUE) > 0, INVALID_RETRY_AFTER_MESSAGE); in RetryableAdServicesNetworkException() local