Home
last modified time | relevance | path

Searched refs:radioCombinations (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java511 if (info.radioCombinations == null) { in getCachedSupportedBandCombinations()
514 info.radioCombinations = getChipSupportedRadioCombinations(chip); in getCachedSupportedBandCombinations()
516 info.bandCombinations = getChipSupportedBandCombinations(info.radioCombinations); in getCachedSupportedBandCombinations()
518 Log.d(TAG, "radioCombinations=" + info.radioCombinations in getCachedSupportedBandCombinations()
1061 public List<WifiChip.WifiRadioCombination> radioCombinations = null; field in HalDeviceManager.WifiChipInfo
1072 .append(", radioCombinations=").append(radioCombinations) in toString()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java3569 ImmutableList<ArrayList<Integer>> radioCombinations) throws Exception { in setupDbsSupportTest() argument
3571 for (ArrayList<Integer> comb : radioCombinations) { in setupDbsSupportTest()
3626 ImmutableList<ArrayList<Integer>> radioCombinations = ImmutableList.of( in test24g5gDbsSupport() local
3630 radioCombinations); in test24g5gDbsSupport()
3642 ImmutableList<ArrayList<Integer>> radioCombinations = ImmutableList.of( in test5g6gDbsSupport() local
3646 radioCombinations); in test5g6gDbsSupport()
3658 ImmutableList<ArrayList<Integer>> radioCombinations = ImmutableList.of( in test24g5gAnd5g6gDbsSupport() local
3664 radioCombinations); in test24g5gAnd5g6gDbsSupport()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipHidlImpl.java1025 halToFrameworkRadioCombinations(matrix.radioCombinations); in getSupportedRadioCombinationsInternal()