Home
last modified time | relevance | path

Searched refs:epgChannel (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java118 public List<Program> getPrograms(EpgChannel epgChannel) { in getPrograms() argument
121 epgChannelId2Programs.get(epgChannel.getEpgChannelId()), in getPrograms()
122 updateWith(epgChannel))); in getPrograms()
132 for (EpgChannel epgChannel : epgChannels) { in getPrograms()
133 Iterable<Program> programs = getPrograms(epgChannel); in getPrograms()
136 epgChannel, in getPrograms()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java473 for (EpgReader.EpgChannel epgChannel : epgChannels) { in batchFetchEpg()
474 batch.add(epgChannel); in batchFetchEpg()
706 for (EpgReader.EpgChannel epgChannel : channels) { in fetchEpgFor()
710 List<Program> programs = new ArrayList<>(mEpgReader.getPrograms(epgChannel)); in fetchEpgFor()
718 + epgChannel.getChannel()); in fetchEpgFor()
720 mContext, mClock, epgChannel.getChannel().getId(), programs); in fetchEpgFor()
758 for (EpgReader.EpgChannel epgChannel : epgChannels) { in asChannelList()
759 result.add(epgChannel.getChannel()); in asChannelList()
860 for (EpgReader.EpgChannel epgChannel : in onChannelUpdatedDuringScan()
862 if (!mFetchedChannelIdsDuringScan.contains(epgChannel.getChannel().getId())) { in onChannelUpdatedDuringScan()
[all …]
DEpgFetchHelper.java169 for (EpgReader.EpgChannel epgChannel : channels) { in updateNetworkAffiliation()
170 if (!epgChannel.getDbUpdateNeeded()) { in updateNetworkAffiliation()
173 Channel channel = epgChannel.getChannel(); in updateNetworkAffiliation()
DEpgReader.java91 List<Program> getPrograms(EpgChannel epgChannel); in getPrograms() argument
DStubEpgReader.java76 public List<Program> getPrograms(EpgChannel epgChannel) { in getPrograms() argument