Searched refs:parsedLocalChannels (Results 1 – 1 of 1) sorted by relevance
40 List<List<String>> parsedLocalChannels = parseChannelNumbers(localChannels); in lineupChannelMatchCount() local43 Pair.create(lineup, getMatchCount(lineup.getChannels(), parsedLocalChannels))); in lineupChannelMatchCount()58 static int getMatchCount(List<String> lineupChannels, List<List<String>> parsedLocalChannels) { in getMatchCount() argument62 for (List<String> parsedLocalChannel : parsedLocalChannels) { in getMatchCount()