Searched refs:epgChannels (Results 1 – 3 of 3) sorted by relevance
467 private void batchFetchEpg(Set<EpgReader.EpgChannel> epgChannels, long durationSec) { in batchFetchEpg() argument468 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() argument757 List<Channel> result = new ArrayList<>(epgChannels.size()); in asChannelList()758 for (EpgReader.EpgChannel epgChannel : epgChannels) { in asChannelList()
99 @NonNull Set<EpgChannel> epgChannels, long duration); in getPrograms()
127 @NonNull Set<EpgChannel> epgChannels, long duration) { in getPrograms()132 for (EpgChannel epgChannel : epgChannels) { in getPrograms()