Searched refs:parsedLocalChannels (Results 1 – 1 of 1) sorted by relevance
39 List<List<String>> parsedLocalChannels = parseChannelNumbers(localChannels); in lineupChannelMatchCount() local42 new Pair<>(lineup, getMatchCount(lineup.getChannels(), parsedLocalChannels))); in lineupChannelMatchCount()57 static int getMatchCount(List<String> lineupChannels, List<List<String>> parsedLocalChannels) { in getMatchCount() argument61 for (List<String> parsedLocalChannel : parsedLocalChannels) { in getMatchCount()