Searched refs:currentChannels (Results 1 – 1 of 1) sorted by relevance
503 private String pickBestLineupId(Set<Channel> currentChannels) { in pickBestLineupId() argument511 int count = getMatchedChannelCount(lineup.getId(), currentChannels); in pickBestLineupId()523 private int getMatchedChannelCount(String lineupId, Set<Channel> currentChannels) { in getMatchedChannelCount() argument525 if (currentChannels.isEmpty()) { in getMatchedChannelCount()529 List<String> numbers = new ArrayList<>(currentChannels.size()); in getMatchedChannelCount()530 for (Channel channel : currentChannels) { in getMatchedChannelCount()843 private void onChannelUpdatedDuringScan(Set<Channel> currentChannels) { in onChannelUpdatedDuringScan() argument844 String lineupId = pickBestLineupId(currentChannels); in onChannelUpdatedDuringScan()855 for (Channel channel : currentChannels) { in onChannelUpdatedDuringScan()861 mEpgReader.getChannels(currentChannels, mPossibleLineupId)) { in onChannelUpdatedDuringScan()