Searched refs:channelIds (Results 1 – 2 of 2) sorted by relevance
467 List<Long> channelIds = new ArrayList<>(); in update() local470 channelIds.add(channelId); in update()475 channelIds.add((long) mChannelInfoList.keyAt(i)); in update()485 channelIds.add(Long.parseLong(id)); in update()491 for (long channelId : channelIds) { in update()508 if (channelIds.size() == 1) { in update()
112 Set<Long> channelIds = new HashSet<>(); in onAttach() local117 if (channelIds.add(channelId)) { in onAttach()