Searched refs:epgChannel (Results 1 – 5 of 5) sorted by relevance
118 public List<Program> getPrograms(EpgChannel epgChannel) { in getPrograms() argument121 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()
473 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 …]
169 for (EpgReader.EpgChannel epgChannel : channels) { in updateNetworkAffiliation()170 if (!epgChannel.getDbUpdateNeeded()) { in updateNetworkAffiliation()173 Channel channel = epgChannel.getChannel(); in updateNetworkAffiliation()
91 List<Program> getPrograms(EpgChannel epgChannel); in getPrograms() argument
76 public List<Program> getPrograms(EpgChannel epgChannel) { in getPrograms() argument