Home
last modified time | relevance | path

Searched refs:bandCombinations (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java510 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.WifiChipInfo
1073 .append(", bandCombinations=").append(bandCombinations); in toString()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java12228 List<int[]> bandCombinations = new ArrayList<>(); in getSupportedSimultaneousBandCombinations()
12230 bandCombinations.add(wifiBands.bands); in getSupportedSimultaneousBandCombinations()
12233 resultsCallback.accept(bandCombinations); in getSupportedSimultaneousBandCombinations()