Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java134 private final Set<Long> mCompleteInfoChannelIds = new HashSet<>(); field in ProgramDataManager
310 mCompleteInfoChannelIds.clear(); in prefetchChannel()
313 if (mCompleteInfoChannelIds.isEmpty()) { in prefetchChannel()
315 } else if (!mCompleteInfoChannelIds.contains(channelId)) { in prefetchChannel()
319 mCompleteInfoChannelIds.add(channelId); in prefetchChannel()
728 mCompleteInfoChannelIds.clear(); in clearChannelInfoMap()
859 mCompleteInfoChannelIds.remove(channelId); in onPostExecute()