Searched refs:chooseApChannel (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | ApConfigUtilTest.java | 278 int freq = ApConfigUtil.chooseApChannel(SoftApConfiguration.BAND_2GHZ, mWifiNative, in chooseApChannel2GBandWithNoAllowedChannel() 294 int freq = ApConfigUtil.chooseApChannel(SoftApConfiguration.BAND_2GHZ, mWifiNative, in chooseApChannel2GBandWithAllowedChannels() 309 int freq = ApConfigUtil.chooseApChannel( in chooseApChannel5GBandWithAllowedChannels() 322 assertEquals(-1, ApConfigUtil.chooseApChannel(SoftApConfiguration.BAND_5GHZ, mWifiNative, in chooseApChannel5GBandWithNoAllowedChannels() 340 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWillHighBandPrefer()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 297 public static int chooseApChannel(int apBand, WifiNative wifiNative, Resources resources) { in chooseApChannel() method in ApConfigUtil 371 int freq = chooseApChannel(config.getBand(), wifiNative, resources); in updateApChannelConfig()
|