Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java490 int count = getMatchedChannelCount(lineup.getId(), currentChannels); in pickBestLineupId()
502 private int getMatchedChannelCount(String lineupId, Set<Channel> currentChannels) { in getMatchedChannelCount() method in EpgFetcherImpl