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.java644 Set<Channel> existingChannelsForMyPackage = in fetchEpgForBuiltInTuner() local
646 if (existingChannelsForMyPackage.isEmpty()) { in fetchEpgForBuiltInTuner()
649 return fetchEpgFor(lineupId, existingChannelsForMyPackage); in fetchEpgForBuiltInTuner()