Home
last modified time | relevance | path

Searched refs:chooseApChannel (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java146 assertEquals(ApConfigUtil.DEFAULT_AP_CHANNEL, ApConfigUtil.chooseApChannel( in chooseApChannel2GBandWithNoAllowedChannel()
155 int channel = ApConfigUtil.chooseApChannel( in chooseApChannel2GBandWithAllowedChannels()
165 int channel = ApConfigUtil.chooseApChannel( in chooseApChannel5GBandWithAllowedChannels()
176 assertEquals(-1, ApConfigUtil.chooseApChannel( in chooseApChannel5GBandWithNoAllowedChannels()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java70 public static int chooseApChannel(int apBand, in chooseApChannel() method in ApConfigUtil
135 config.apChannel = chooseApChannel( in updateApChannelConfig()