Home
last modified time | relevance | path

Searched refs:pickBestLineupId (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() method in EpgFetcherImpl
633 lineupId = lineupId == null ? pickBestLineupId(mCurrentChannels) : lineupId; in fetchEpgForBuiltInTuner()
824 String lineupId = pickBestLineupId(currentChannels); in onChannelUpdatedDuringScan()