Searched refs:RATE_LIMIT_REACHED_ERROR_MESSAGE (Results 1 – 14 of 14) sorted by relevance
19 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;60 throw new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE); in assertCallerNotThrottled()
254 public static final String RATE_LIMIT_REACHED_ERROR_MESSAGE = "API rate limit exceeded."; field in AdServicesStatusUtils371 return new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE); in asException()
19 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;132 doThrow(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE)) in testFilterRequest_throttled_throws()399 doThrow(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE)) in testFilterRequestAndExtractIdentifier_throttled_throws()
19 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;124 doThrow(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE)) in testFilterRequestAndExtractIdentifier_throttled_throws()
19 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;150 doThrow(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE)) in testFilterRequest_throttled_throwsLimitExceededException()
20 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;1961 doThrow(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE)) in testJoinCustomAudience_throttledFailure()1975 RATE_LIMIT_REACHED_ERROR_MESSAGE, in testJoinCustomAudience_throttledFailure()1993 doThrow(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE)) in testLeaveCustomAudience_throttledFailure()2008 RATE_LIMIT_REACHED_ERROR_MESSAGE, in testLeaveCustomAudience_throttledFailure()
20 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;344 doThrow(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE)) in testImpl_throttled_throws()362 RATE_LIMIT_REACHED_ERROR_MESSAGE, callback.mFledgeErrorResponse.getErrorMessage()); in testImpl_throttled_throws()
3012 .isEqualTo(AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE); in testCustomAudience_throttledSubsequentCallFails()
21 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;602 new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE))) in testImplFailsWhenThrottled()637 STATUS_RATE_LIMIT_REACHED, RATE_LIMIT_REACHED_ERROR_MESSAGE); in testImplFailsWhenThrottled()
20 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;993 doThrow(new FilterException(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE))) in testImplFailsWhenThrottled()1030 RATE_LIMIT_REACHED_ERROR_MESSAGE); in testImplFailsWhenThrottled() local
21 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;873 new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE))) in testImplFailsWhenThrottled()934 STATUS_RATE_LIMIT_REACHED, RATE_LIMIT_REACHED_ERROR_MESSAGE); in testImplFailsWhenThrottled()
23 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;2832 doThrow(new FilterException(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE))) in testRunAdSelectionThrottledFailure()2879 verifyErrorMessageIsCorrect(response.getErrorMessage(), RATE_LIMIT_REACHED_ERROR_MESSAGE); in testRunAdSelectionThrottledFailure() local
21 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;7601 doThrow(new FilterException(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE))) in testRunAdSelectionThrottledSubsequentCallFailure()7638 RATE_LIMIT_REACHED_ERROR_MESSAGE)); in testRunAdSelectionThrottledSubsequentCallFailure()
23 import static android.adservices.common.AdServicesStatusUtils.RATE_LIMIT_REACHED_ERROR_MESSAGE;8164 doThrow(new FilterException(new LimitExceededException(RATE_LIMIT_REACHED_ERROR_MESSAGE))) in testReportImpressionSuccessThrottledSubsequentCallFailure()8197 RATE_LIMIT_REACHED_ERROR_MESSAGE); in testReportImpressionSuccessThrottledSubsequentCallFailure() local