Searched refs:ERROR_TOO_MANY_REQUESTS (Results 1 – 6 of 6) sorted by relevance
50 public static final int ERROR_TOO_MANY_REQUESTS = 429; field in AdServicesNetworkException67 ERROR_TOO_MANY_REQUESTS,118 case ERROR_TOO_MANY_REQUESTS: in checkErrorCode()
19 import static android.adservices.exceptions.AdServicesNetworkException.ERROR_TOO_MANY_REQUESTS;34 private static final int VALID_ERROR_CODE = ERROR_TOO_MANY_REQUESTS;
19 import static android.adservices.exceptions.AdServicesNetworkException.ERROR_TOO_MANY_REQUESTS;38 private static final int VALID_ERROR_CODE = ERROR_TOO_MANY_REQUESTS;
823 .isEqualTo(AdServicesNetworkException.ERROR_TOO_MANY_REQUESTS); in testFailedResponseWithStatusCode()845 .isEqualTo(AdServicesNetworkException.ERROR_TOO_MANY_REQUESTS); in testFailedResponseWithStatusCodeAndRetryAfter()867 .isEqualTo(AdServicesNetworkException.ERROR_TOO_MANY_REQUESTS); in testFailedResponseWithStatusCodeAndRetryAfterWithNoRetryHeader()1013 .isEqualTo(AdServicesNetworkException.ERROR_TOO_MANY_REQUESTS); in performRequestGetResponseBytes_failedStatusCode_shouldThrowErrorWithCorrectCode()
21 import static android.adservices.exceptions.AdServicesNetworkException.ERROR_TOO_MANY_REQUESTS;1219 if (networkException.getErrorCode() == ERROR_TOO_MANY_REQUESTS
768 errorCode = AdServicesNetworkException.ERROR_TOO_MANY_REQUESTS; in throwError()