Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java664 Set<Channel> existingChannelsForMyPackage = in fetchEpgForBuiltInTuner() local
666 if (existingChannelsForMyPackage.isEmpty()) { in fetchEpgForBuiltInTuner()
669 return fetchEpgFor(lineupId, existingChannelsForMyPackage); in fetchEpgForBuiltInTuner()