Searched refs:removedChannelIds (Results 1 – 2 of 2) sorted by relevance
606 Set<Long> removedChannelIds = new HashSet<>(mChannelWrapperMap.keySet()); in onPostExecute() local625 boolean newlyAdded = !removedChannelIds.remove(channelId); in onPostExecute()665 for (long id : removedChannelIds) { in onPostExecute()
587 Set<Long> removedChannelIds = new HashSet<>(mChannelIdCurrentProgramMap.keySet()); in onPostExecute() local591 removedChannelIds.remove(channelId); in onPostExecute()593 for (Long channelId : removedChannelIds) { in onPostExecute()