Home
last modified time | relevance | path

Searched refs:epgChannels (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java467 private void batchFetchEpg(Set<EpgReader.EpgChannel> epgChannels, long durationSec) { in batchFetchEpg() argument
468 Log.i(TAG, "Start batch fetching (" + durationSec + ")...." + epgChannels.size()); in batchFetchEpg()
469 if (epgChannels.size() == 0) { in batchFetchEpg()
473 for (EpgReader.EpgChannel epgChannel : epgChannels) { in batchFetchEpg()
756 private List<Channel> asChannelList(Set<EpgReader.EpgChannel> epgChannels) { in asChannelList() argument
757 List<Channel> result = new ArrayList<>(epgChannels.size()); in asChannelList()
758 for (EpgReader.EpgChannel epgChannel : epgChannels) { in asChannelList()
DEpgReader.java99 @NonNull Set<EpgChannel> epgChannels, long duration); in getPrograms()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java127 @NonNull Set<EpgChannel> epgChannels, long duration) { in getPrograms()
132 for (EpgChannel epgChannel : epgChannels) { in getPrograms()