Searched refs:epgFetcher (Results 1 – 4 of 4) sorted by relevance
244 assertThat(testSingletonApp.epgFetcher.fetchStarted).isFalse(); in onActivityResult_ok()269 assertThat(testSingletonApp.epgFetcher.fetchStarted).isTrue(); in onActivityResult_3rdPartyEpg_ok()290 assertThat(testSingletonApp.epgFetcher.fetchStarted).isFalse(); in onActivityResult_3rdPartyEpg_notAllowed()316 assertThat(testSingletonApp.epgFetcher.fetchStarted).isFalse(); in onActivityResult_3rdPartyEpg_disabled()335 assertThat(testSingletonApp.epgFetcher.fetchStarted).isFalse(); in onActivityResult_ok_tvInputInfo_null()479 return myTestApp.epgFetcher; in providesEpgFetcher()
239 private ScanTimeoutMonitor(EpgFetcher epgFetcher, ChannelDataManager mChannelDataManager) { in ScanTimeoutMonitor() argument240 mEpgFetcher = epgFetcher; in ScanTimeoutMonitor()
124 abstract EpgFetcher epgFetcher(EpgFetcherImpl impl); in epgFetcher() method in TvApplicationModule
67 public final FakeEpgFetcher epgFetcher = new FakeEpgFetcher(); field in TestSingletonApp