Home
last modified time | relevance | path

Searched refs:SERVER_UNAVAILABLE (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncFetchStatus.java26 SERVER_UNAVAILABLE, enumConstant
158 || mResponseStatus == ResponseStatus.SERVER_UNAVAILABLE; in canRetry()
DFetcherUtil.java502 == AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE) { in getFailureType()
DAsyncTriggerFetcher.java507 AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE); in fetchTrigger()
DAsyncSourceFetcher.java929 AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE); in fetchSource()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java1703 AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE); in test_runAsyncRegistrationQueueWorker_appSource_adTechUnavailable()
1934 AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE); in test_runAsyncRegistrationQueueWorker_appTrigger_adTechUnavailable()
2182 AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE); in test_runAsyncRegistrationQueueWorker_webSource_adTechUnavailable()
2353 AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE); in test_runAsyncRegistrationQueueWorker_webTrigger_adTechUnavailable()
DAsyncTriggerFetcherTest.java3208 AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE, in testBadRequestReturnFailure()
DAsyncSourceFetcherTest.java2596 AsyncFetchStatus.ResponseStatus.SERVER_UNAVAILABLE, in test500_ignoreFailure()