Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetcherImpl.java644 Set<Channel> existingChannelsForMyPackage = in fetchEpgForBuiltInTuner() local
646 if (existingChannelsForMyPackage.isEmpty()) { in fetchEpgForBuiltInTuner()
649 return fetchEpgFor(lineupId, existingChannelsForMyPackage); in fetchEpgForBuiltInTuner()