Searched refs:validBands (Results 1 – 1 of 1) sorted by relevance
1768 List<Integer> validBands = new ArrayList<>(); in testSetSystemSelectionChannels() local1776 validBands.add(band); in testSetSystemSelectionChannels()1791 if (!validBands.isEmpty()) { in testSetSystemSelectionChannels()1793 validBands.stream().mapToInt(i -> i).toArray(), new int[]{})); in testSetSystemSelectionChannels()