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.java229 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicSourceRequest() local
304 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicSourceRequest_skipSourceWhenNotEnrolled() local
345 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_multipleWebDestinations_success() local
387 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_duplicateWebDestinationsInList_removesDuplicates() local
428 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_invalidWebDestinationInList_fails() local
470 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_tooManyWebDestinationInList_fails() local
503 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testSourceRequestWithPostInstallAttributes() local
545 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testSourceRequestWithPostInstallAttributesReceivedAsNull() local
593 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testSourceRequestWithInstallAttributesOutofBounds() local
620 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBadSourceUrl() local
[all …]
DAsyncTriggerFetcherTest.java228 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicTriggerRequest() local
302 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicTriggerRequest_withAggregateDeduplicationKey() local
341 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testRedirectType_bothRedirectHeaderTypes_choosesListType() local
381 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testRedirectType_locationRedirectHeaderType_choosesLocationType() local
411 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testRedirectType_locationRedirectType_ignoresListType() local
459 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testTriggerRequest_eventTriggerData_tooManyEntries() local
487 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchTrigger_eventTriggerDataNull_eventTriggerDataEqualsEmptyArray() local
518 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testTriggerRequest_eventTriggerData_tooManyFilterMaps() local
543 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchTrigger_eventTriggerDataMissing_eventTriggerDataEqualsEmptyArray() local
573 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchTrigger_eventTriggerDataEmptyObjects_emptyObjectsPopulated() local
[all …]
DFetcherUtilTest.java373 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local
415 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local
460 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersWithNullValues_success() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java140 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in processSourceRegistration() local
171 asyncFetchStatus); in processSourceRegistration() local
196 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in processTriggerRegistration() local
227 asyncFetchStatus); in processTriggerRegistration() local
481 AsyncFetchStatus asyncFetchStatus, in handleSuccess()
516 AsyncFetchStatus asyncFetchStatus, in handleFailure()
DFetcherUtil.java164 AsyncFetchStatus asyncFetchStatus) { in emitHeaderMetrics()
280 private static int getStatus(AsyncFetchStatus asyncFetchStatus) { in getStatus()
298 private static int getFailureType(AsyncFetchStatus asyncFetchStatus) { in getFailureType()
DAsyncSourceFetcher.java316 AsyncFetchStatus asyncFetchStatus) { in parseSource()
407 AsyncFetchStatus asyncFetchStatus, in fetchSource()
DAsyncTriggerFetcher.java100 AsyncFetchStatus asyncFetchStatus) { in parseTrigger()
290 AsyncFetchStatus asyncFetchStatus, in fetchTrigger()