Home
last modified time | relevance | path

Searched refs:getSupportedBandCombinations (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java2087 public Set<List<Integer>> getSupportedBandCombinations(String ifaceName) {
2091 return mHalDeviceManager.getSupportedBandCombinations(iface);
DWifiNetworkSelector.java1271 Set<List<Integer>> simultaneousBandCombinations = mWifiNative.getSupportedBandCombinations( in updateMultiLinkCandidatesThroughput()
DWifiNative.java5389 public Set<List<Integer>> getSupportedBandCombinations(@NonNull String ifaceName) {
5390 return mWifiVendorHal.getSupportedBandCombinations(ifaceName);
DHalDeviceManager.java497 public Set<List<Integer>> getSupportedBandCombinations(WifiHal.WifiInterface iface) { in getSupportedBandCombinations() method in HalDeviceManager
DWifiServiceImpl.java8336 Set<List<Integer>> bandsSet = mWifiNative.getSupportedBandCombinations(
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTest.java3389 when(mWifiNative.getSupportedBandCombinations(anyString())).thenReturn(bandMatrix); in getWifiCandidates()
DHalDeviceManagerTest.java3700 for (List<Integer> supportedBands:mDut.getSupportedBandCombinations(iface)) { in testBandCombinations()
DWifiServiceImplTest.java12203 when(mWifiNative.getSupportedBandCombinations(WIFI_IFACE_NAME)).thenReturn( in testSupportedBandCombinations()
12221 when(mWifiNative.getSupportedBandCombinations(WIFI_IFACE_NAME)).thenReturn( in testSupportedBandCombinations()