Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java482 private String pickBestLineupId(Set<Channel> currentChannels) { in pickBestLineupId() argument
490 int count = getMatchedChannelCount(lineup.getId(), currentChannels); in pickBestLineupId()
502 private int getMatchedChannelCount(String lineupId, Set<Channel> currentChannels) { in getMatchedChannelCount() argument
504 if (currentChannels.isEmpty()) { in getMatchedChannelCount()
508 List<String> numbers = new ArrayList<>(currentChannels.size()); in getMatchedChannelCount()
509 for (Channel channel : currentChannels) { in getMatchedChannelCount()
823 private void onChannelUpdatedDuringScan(Set<Channel> currentChannels) { in onChannelUpdatedDuringScan() argument
824 String lineupId = pickBestLineupId(currentChannels); in onChannelUpdatedDuringScan()
835 for (Channel channel : currentChannels) { in onChannelUpdatedDuringScan()
841 mEpgReader.getChannels(currentChannels, mPossibleLineupId)) { in onChannelUpdatedDuringScan()