Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java1379 List<Integer> result = ApConfigUtil.getAvailableChannelFreqsForBand( in testGetAvailableChannelFreqsForBandWithDfsChannelWhenDeviceSupported()
1414 List<Integer> result = ApConfigUtil.getAvailableChannelFreqsForBand( in testGetAvailableChannelFreqsForBandWithHalNotSupported()
1434 List<Integer> result = ApConfigUtil.getAvailableChannelFreqsForBand( in testGetAvailableChannelFreqsForBandWithHalgetUsableChannelsNotSupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java467 public static List<Integer> getAvailableChannelFreqsForBand( in getAvailableChannelFreqsForBand() method in ApConfigUtil
1623 supportedChannelList = getAvailableChannelFreqsForBand(
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2002 List<Integer> freqsForBand = ApConfigUtil.getAvailableChannelFreqsForBand( in onDriverCountryCodeChanged()