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.java503 private String pickBestLineupId(Set<Channel> currentChannels) { in pickBestLineupId() argument
511 int count = getMatchedChannelCount(lineup.getId(), currentChannels); in pickBestLineupId()
523 private int getMatchedChannelCount(String lineupId, Set<Channel> currentChannels) { in getMatchedChannelCount() argument
525 if (currentChannels.isEmpty()) { in getMatchedChannelCount()
529 List<String> numbers = new ArrayList<>(currentChannels.size()); in getMatchedChannelCount()
530 for (Channel channel : currentChannels) { in getMatchedChannelCount()
843 private void onChannelUpdatedDuringScan(Set<Channel> currentChannels) { in onChannelUpdatedDuringScan() argument
844 String lineupId = pickBestLineupId(currentChannels); in onChannelUpdatedDuringScan()
855 for (Channel channel : currentChannels) { in onChannelUpdatedDuringScan()
861 mEpgReader.getChannels(currentChannels, mPossibleLineupId)) { in onChannelUpdatedDuringScan()