Home
last modified time | relevance | path

Searched refs:fetchSource (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java296 mFetcher.fetchSource(asyncRegistration, asyncFetchStatus, asyncRedirects); in testBasicSourceRequest()
382 mFetcher.fetchSource( in testBasicSourceRequest_skipSourceWhenNotEnrolled()
427 mFetcher.fetchSource( in fetchSource_multipleWebDestinations_success()
466 mFetcher.fetchSource( in fetchSource_emptyWebDestinations_success()
513 mFetcher.fetchSource( in fetchSource_duplicateWebDestinationsInList_removesDuplicates()
556 mFetcher.fetchSource( in fetchSource_invalidWebDestinationInList_fails()
600 mFetcher.fetchSource( in fetchSource_tooManyWebDestinationInList_fails()
629 mFetcher.fetchSource( in fetchSource_noDestinations_fail()
659 mFetcher.fetchSource( in fetchSource_noAppDestination_emptyWebDestination_fail()
694 mFetcher.fetchSource( in testSourceRequestWithPostInstallAttributes()
[all …]
DAsyncRegistrationQueueRunnerTest.java336 .fetchSource(any(), any(), any()); in test_runAsyncRegistrationQueueWorker_appSource_success()
354 .fetchSource(any(AsyncRegistration.class), any(), any()); in test_runAsyncRegistrationQueueWorker_appSource_success()
390 .fetchSource(any(), any(), any()); in test_runAsyncRegistrationQueueWorker_emptyNoisedState_sendsDebugReport()
406 .fetchSource(any(AsyncRegistration.class), any(), any()); in test_runAsyncRegistrationQueueWorker_emptyNoisedState_sendsDebugReport()
442 .fetchSource(any(), any(), any()); in test_runAsyncRegistrationQueueWorker_nullFakeReports_doesNotSendDebugReport()
458 .fetchSource(any(AsyncRegistration.class), any(), any()); in test_runAsyncRegistrationQueueWorker_nullFakeReports_doesNotSendDebugReport()
493 .fetchSource(any(), any(), any()); in test_runAsyncRegistrationQueueWorker_ThreadInterrupted()
512 .fetchSource(any(AsyncRegistration.class), any(), any()); in test_runAsyncRegistrationQueueWorker_ThreadInterrupted()
539 .fetchSource(any(), any(), any()); in testRecordsExceedMaxRegistrationsPerJob_returnSuccessWithPendingRecords()
571 .fetchSource(any(), any(), any()); in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeList()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java254 mAsyncSourceFetcher.fetchSource( in processSourceRegistration()
DAsyncSourceFetcher.java890 public Optional<Source> fetchSource( in fetchSource() method in AsyncSourceFetcher