Searched refs:bandCombinations (Results 1 – 2 of 2) sorted by relevance
510 if (info.bandCombinations == null) { in getCachedSupportedBandCombinations()516 info.bandCombinations = getChipSupportedBandCombinations(info.radioCombinations); in getCachedSupportedBandCombinations()519 + " bandCombinations=" + info.bandCombinations); in getCachedSupportedBandCombinations()522 return info.bandCombinations; in getCachedSupportedBandCombinations()1063 public Set<List<Integer>> bandCombinations = null; field in HalDeviceManager.WifiChipInfo1073 .append(", bandCombinations=").append(bandCombinations); in toString()
12228 List<int[]> bandCombinations = new ArrayList<>(); in getSupportedSimultaneousBandCombinations()12230 bandCombinations.add(wifiBands.bands); in getSupportedSimultaneousBandCombinations()12233 resultsCallback.accept(bandCombinations); in getSupportedSimultaneousBandCombinations()