Searched refs:EpgFetcherImpl (Results 1 – 3 of 3) sorted by relevance
127 private EpgFetcherImpl mEpgFetcher;165 new EpgFetcherImpl( in setup()190 EpgFetcherImpl.FetchAsyncTask fetcherTask = mEpgFetcher.createFetchTask(null, null); in fetchImmediately_nochannels()193 assertThat(fetcherTask.get()).isEqualTo(EpgFetcherImpl.REASON_NO_BUILT_IN_CHANNELS); in fetchImmediately_nochannels()211 EpgFetcherImpl.FetchAsyncTask fetcherTask = mEpgFetcher.createFetchTask(null, null); in fetchImmediately_testChannel()234 EpgFetcherImpl.FetchAsyncTask fetcherTask = mEpgFetcher.createFetchTask(null, null); in fetchImmediately_epgChannel()273 EpgFetcherImpl.FetchAsyncTask fetcherTask = mEpgFetcher.createFetchTask(null, null); in testUpdateNetworkAffiliation()
31 import com.android.tv.data.epg.EpgFetcherImpl;124 abstract EpgFetcher epgFetcher(EpgFetcherImpl impl); in epgFetcher()
92 public class EpgFetcherImpl implements EpgFetcher { class142 public EpgFetcherImpl( in EpgFetcherImpl() method in EpgFetcherImpl868 new Handler(Looper.getMainLooper()).post(EpgFetcherImpl.this::fetchImmediately); in onFinishFetchDuringScan()