Home
last modified time | relevance | path

Searched defs:asyncRedirect (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java228 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testBasicSourceRequest() local
303 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testBasicSourceRequest_skipSourceWhenNotEnrolled() local
344 AsyncRedirect asyncRedirect = new AsyncRedirect(); in fetchSource_multipleWebDestinations_success() local
386 AsyncRedirect asyncRedirect = new AsyncRedirect(); in fetchSource_duplicateWebDestinationsInList_removesDuplicates() local
427 AsyncRedirect asyncRedirect = new AsyncRedirect(); in fetchSource_invalidWebDestinationInList_fails() local
469 AsyncRedirect asyncRedirect = new AsyncRedirect(); in fetchSource_tooManyWebDestinationInList_fails() local
502 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testSourceRequestWithPostInstallAttributes() local
544 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testSourceRequestWithPostInstallAttributesReceivedAsNull() local
592 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testSourceRequestWithInstallAttributesOutofBounds() local
619 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testBadSourceUrl() local
[all …]
DAsyncTriggerFetcherTest.java227 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testBasicTriggerRequest() local
301 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testBasicTriggerRequest_withAggregateDeduplicationKey() local
340 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testRedirectType_bothRedirectHeaderTypes_choosesListType() local
380 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testRedirectType_locationRedirectHeaderType_choosesLocationType() local
410 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testRedirectType_locationRedirectType_ignoresListType() local
458 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testTriggerRequest_eventTriggerData_tooManyEntries() local
486 AsyncRedirect asyncRedirect = new AsyncRedirect(); in fetchTrigger_eventTriggerDataNull_eventTriggerDataEqualsEmptyArray() local
517 AsyncRedirect asyncRedirect = new AsyncRedirect(); in testTriggerRequest_eventTriggerData_tooManyFilterMaps() local
542 AsyncRedirect asyncRedirect = new AsyncRedirect(); in fetchTrigger_eventTriggerDataMissing_eventTriggerDataEqualsEmptyArray() local
572 AsyncRedirect asyncRedirect = new AsyncRedirect(); in fetchTrigger_eventTriggerDataEmptyObjects_emptyObjectsPopulated() local
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java141 AsyncRedirect asyncRedirect = new AsyncRedirect(); in processSourceRegistration() local
197 AsyncRedirect asyncRedirect = new AsyncRedirect(); in processTriggerRegistration() local
482 AsyncRedirect asyncRedirect, in handleSuccess()
DAsyncSourceFetcher.java408 AsyncRedirect asyncRedirect) { in fetchSource()
DAsyncTriggerFetcher.java291 AsyncRedirect asyncRedirect) { in fetchTrigger()