Searched refs:channelIds (Results 1 – 2 of 2) sorted by relevance
473 List<Long> channelIds = new ArrayList<>(); in update() local476 channelIds.add(channelId); in update()481 channelIds.add((long) mChannelInfoList.keyAt(i)); in update()491 channelIds.add(Long.parseLong(id)); in update()497 for (long channelId : channelIds) { in update()514 if (channelIds.size() == 1) { in update()
107 Set<Long> channelIds = new HashSet<>(); in onAttach() local112 if (channelIds.add(channelId)) { in onAttach()