Home
last modified time | relevance | path

Searched refs:getChannelsForBand (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWificondChannelHelper.java43 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ); in updateChannels()
45 int[] channels5G = mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ); in updateChannels()
48 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY); in updateChannels()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java137 wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ)); in updateApChannelConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java237 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ)) in updateApChannelConfigWith5GBandNoChannelAllowed()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java43 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ)) in setupMockChannels()
45 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ)) in setupMockChannels()
47 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY)) in setupMockChannels()
DWakeupControllerTest.java99 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY)) in setUp()
DWificondControlTest.java973 assertNull(mWificondControl.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ)); in testDeathHandling()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupController.java303 .getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY); in filterDfsScanResults()
DWificondControl.java816 public int [] getChannelsForBand(int band) { in getChannelsForBand() method in WificondControl
DWifiNative.java1281 public int [] getChannelsForBand(int band) { in getChannelsForBand() method in WifiNative
1282 return mWificondControl.getChannelsForBand(band); in getChannelsForBand()