Searched refs:getSupportedBandCombinations (Results 1 – 8 of 8) sorted by relevance
2087 public Set<List<Integer>> getSupportedBandCombinations(String ifaceName) {2091 return mHalDeviceManager.getSupportedBandCombinations(iface);
1271 Set<List<Integer>> simultaneousBandCombinations = mWifiNative.getSupportedBandCombinations( in updateMultiLinkCandidatesThroughput()
5389 public Set<List<Integer>> getSupportedBandCombinations(@NonNull String ifaceName) {5390 return mWifiVendorHal.getSupportedBandCombinations(ifaceName);
497 public Set<List<Integer>> getSupportedBandCombinations(WifiHal.WifiInterface iface) { in getSupportedBandCombinations() method in HalDeviceManager
8336 Set<List<Integer>> bandsSet = mWifiNative.getSupportedBandCombinations(
3389 when(mWifiNative.getSupportedBandCombinations(anyString())).thenReturn(bandMatrix); in getWifiCandidates()
3700 for (List<Integer> supportedBands:mDut.getSupportedBandCombinations(iface)) { in testBandCombinations()
12203 when(mWifiNative.getSupportedBandCombinations(WIFI_IFACE_NAME)).thenReturn( in testSupportedBandCombinations()12221 when(mWifiNative.getSupportedBandCombinations(WIFI_IFACE_NAME)).thenReturn( in testSupportedBandCombinations()