Searched refs:mCompleteInfoChannelIds (Results 1 – 1 of 1) sorted by relevance
134 private final Set<Long> mCompleteInfoChannelIds = new HashSet<>(); field in ProgramDataManager310 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()