Home
last modified time | relevance | path

Searched refs:mAsyncSourceFetcher (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java191 private AsyncSourceFetcher mAsyncSourceFetcher; field in AsyncRegistrationQueueRunnerTest
249 mAsyncSourceFetcher = spy(new AsyncSourceFetcher(sContext)); in before()
335 .when(mAsyncSourceFetcher) in test_runAsyncRegistrationQueueWorker_appSource_success()
353 verify(mAsyncSourceFetcher, times(1)) in test_runAsyncRegistrationQueueWorker_appSource_success()
389 .when(mAsyncSourceFetcher) in test_runAsyncRegistrationQueueWorker_emptyNoisedState_sendsDebugReport()
405 verify(mAsyncSourceFetcher, times(1)) in test_runAsyncRegistrationQueueWorker_emptyNoisedState_sendsDebugReport()
441 .when(mAsyncSourceFetcher) in test_runAsyncRegistrationQueueWorker_nullFakeReports_doesNotSendDebugReport()
457 verify(mAsyncSourceFetcher, times(1)) in test_runAsyncRegistrationQueueWorker_nullFakeReports_doesNotSendDebugReport()
492 .when(mAsyncSourceFetcher) in test_runAsyncRegistrationQueueWorker_ThreadInterrupted()
511 verify(mAsyncSourceFetcher, times(0)) in test_runAsyncRegistrationQueueWorker_ThreadInterrupted()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2EDenoisedMockTest.java67 mAsyncSourceFetcher, in E2EDenoisedMockTest()
DE2EMockTest.java131 AsyncSourceFetcher mAsyncSourceFetcher; field in E2EMockTest
203 mAsyncSourceFetcher = in E2EMockTest()
246 Mockito.doReturn(urlConnection).when(mAsyncSourceFetcher).openUrl(new URL(uri)); in prepareRegistrationServer()
261 Mockito.doReturn(urlConnection).when(mAsyncSourceFetcher).openUrl(new URL(uri)); in prepareRegistrationServer()
292 Mockito.doReturn(urlConnection).when(mAsyncSourceFetcher).openUrl(new URL(uri)); in prepareRegistrationServer()
DE2EInteropMockTest.java191 mAsyncSourceFetcher, in E2EInteropMockTest()
275 Optional<Source> maybeSource = mAsyncSourceFetcher in insertSourceOrAssertUnparsable()
DE2EImpressionNoiseMockTest.java83 mAsyncSourceFetcher, in E2EImpressionNoiseMockTest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java76 private final AsyncSourceFetcher mAsyncSourceFetcher; field in AsyncRegistrationQueueRunner
88 mAsyncSourceFetcher = new AsyncSourceFetcher(context); in AsyncRegistrationQueueRunner()
131 mAsyncSourceFetcher = asyncSourceFetcher; in AsyncRegistrationQueueRunner()
254 mAsyncSourceFetcher.fetchSource( in processSourceRegistration()