Searched refs:EpgFetcher (Results 1 – 9 of 9) sorted by relevance
21 import com.android.tv.data.epg.EpgFetcher;24 public class FakeEpgFetcher implements EpgFetcher {
40 import com.android.tv.data.epg.EpgFetcher;192 public EpgFetcher getEpgFetcher() { in getEpgFetcher()
29 import com.android.tv.data.epg.EpgFetcher;111 EpgFetcher getEpgFetcher(); in getEpgFetcher()
48 import com.android.tv.data.epg.EpgFetcher;120 private EpgFetcher mEpgFetcher;240 public EpgFetcher getEpgFetcher() { in getEpgFetcher()
33 import com.android.tv.data.epg.EpgFetcher;136 EpgFetcher epgFetcher = TvSingletons.getSingletons(this).getEpgFetcher(); in onActivityResult()
37 import com.android.tv.data.epg.EpgFetcher;156 public EpgFetcher getEpgFetcher() { in getEpgFetcher()
25 public interface EpgFetcher { interface
27 private EpgFetcher mEpgFetcher;
83 public class EpgFetcherImpl implements EpgFetcher {133 public static EpgFetcher create(Context context) { in create()