Home
last modified time | relevance | path

Searched defs:asyncFetchStatus (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java291 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicSourceRequest() local
379 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicSourceRequest_skipSourceWhenNotEnrolled() local
424 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_multipleWebDestinations_success() local
463 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_emptyWebDestinations_success() local
510 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_duplicateWebDestinationsInList_removesDuplicates() local
553 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_invalidWebDestinationInList_fails() local
597 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_tooManyWebDestinationInList_fails() local
626 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_noDestinations_fail() local
656 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_noAppDestination_emptyWebDestination_fail() local
691 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testSourceRequestWithPostInstallAttributes() local
[all …]
DAsyncTriggerFetcherTest.java311 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicTriggerRequest() local
392 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicTriggerRequest_withAggregateDeduplicationKey() local
455 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local
503 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local
551 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails() local
599 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails() local
646 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds() local
675 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testRedirectType_bothRedirectHeaderTypes_choosesListType() local
718 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testRedirectType_locationRedirectHeaderType_choosesLocationType() local
751 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testRedirectType_locationRedirectType_acceptsListType() local
[all …]
DFetcherUtilTest.java1018 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local
1063 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local
1111 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersWithNullValues_success() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java250 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in processSourceRegistration() local
283 asyncFetchStatus); in processSourceRegistration() local
328 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in processTriggerRegistration() local
888 AsyncFetchStatus asyncFetchStatus, in handleSuccess()
924 AsyncFetchStatus asyncFetchStatus, in handleFailure()
DFetcherUtil.java376 AsyncFetchStatus asyncFetchStatus) { in emitHeaderMetrics()
477 private static int getStatus(AsyncFetchStatus asyncFetchStatus) { in getStatus()
495 private static int getFailureType(AsyncFetchStatus asyncFetchStatus) { in getFailureType()
DAsyncTriggerFetcher.java120 AsyncFetchStatus asyncFetchStatus) { in parseTrigger()
462 AsyncFetchStatus asyncFetchStatus, in fetchTrigger()
DAsyncSourceFetcher.java765 AsyncFetchStatus asyncFetchStatus) { in parseSource()
892 AsyncFetchStatus asyncFetchStatus, in fetchSource()