Home
last modified time | relevance | path

Searched defs:convertChannelToFrequency (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java386 public void convertChannelToFrequency() throws Exception { in convertChannelToFrequency() method in ApConfigUtilTest
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java193 public static int convertChannelToFrequency(int channel, @BandType int band) { in convertChannelToFrequency() method in ApConfigUtil