Searched refs:mAsyncSourceFetcher (Results 1 – 6 of 6) sorted by relevance
191 private AsyncSourceFetcher mAsyncSourceFetcher; field in AsyncRegistrationQueueRunnerTest249 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 …]
67 mAsyncSourceFetcher, in E2EDenoisedMockTest()
131 AsyncSourceFetcher mAsyncSourceFetcher; field in E2EMockTest203 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()
191 mAsyncSourceFetcher, in E2EInteropMockTest()275 Optional<Source> maybeSource = mAsyncSourceFetcher in insertSourceOrAssertUnparsable()
83 mAsyncSourceFetcher, in E2EImpressionNoiseMockTest()
76 private final AsyncSourceFetcher mAsyncSourceFetcher; field in AsyncRegistrationQueueRunner88 mAsyncSourceFetcher = new AsyncSourceFetcher(context); in AsyncRegistrationQueueRunner()131 mAsyncSourceFetcher = asyncSourceFetcher; in AsyncRegistrationQueueRunner()254 mAsyncSourceFetcher.fetchSource( in processSourceRegistration()