Searched refs:channelIds (Results 1 – 4 of 4) sorted by relevance
425 List<Long> channelIds = new ArrayList<>(); in update() local428 channelIds.add(channelId); in update()433 channelIds.add((long) mChannelInfoList.keyAt(i)); in update()442 channelIds.add(Long.parseLong(id)); in update()448 for (long channelId : channelIds) { in update()465 if (channelIds.size() == 1) { in update()
106 Set<Long> channelIds = new HashSet<>(); in onAttach() local111 if (channelIds.add(channelId)) { in onAttach()
87 Map<Long, List<Program>> getPrograms(@NonNull List<Long> channelIds, long duration); in getPrograms() argument
84 public Map<Long, List<Program>> getPrograms(@NonNull List<Long> channelIds, long duration) { in getPrograms() argument