Searched refs:supportedBands (Results 1 – 4 of 4) sorted by relevance
27 void onResult(in WifiBands[] supportedBands); in onResult() argument
12226 public void onResult(WifiBands[] supportedBands) { in getSupportedSimultaneousBandCombinations()12229 for (WifiBands wifiBands : supportedBands) { in getSupportedSimultaneousBandCombinations()
3700 for (List<Integer> supportedBands:mDut.getSupportedBandCombinations(iface)) { in testBandCombinations()3703 () -> supportedBands.addAll(Collections.emptyList())); in testBandCombinations()3705 List<Integer> bands = new ArrayList<>(supportedBands); in testBandCombinations()
8342 WifiBands[] supportedBands = new WifiBands[bandsSet.size()];8345 supportedBands[i] = new WifiBands();8346 supportedBands[i].bands = bands.stream().mapToInt(8350 listener.onResult(supportedBands);