Home
last modified time | relevance | path

Searched refs:isGetChannelsForBandSupported (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java238 when(mWifiNative.isGetChannelsForBandSupported()).thenReturn(true); in updateApChannelConfigWith5GBandNoChannelAllowed()
255 when(mWifiNative.isGetChannelsForBandSupported()).thenReturn(false); in updateApChannelConfigWithoutChannelsForBandSupported()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java136 if (wifiNative.isGetChannelsForBandSupported()) { in updateApChannelConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1153 public boolean isGetChannelsForBandSupported() { in isGetChannelsForBandSupported() method in WifiNative
1154 return mWifiVendorHal.isGetChannelsForBandSupported(); in isGetChannelsForBandSupported()
DWifiVendorHal.java1519 public boolean isGetChannelsForBandSupported() { in isGetChannelsForBandSupported() method in WifiVendorHal
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java553 assertFalse(mWifiVendorHal.isGetChannelsForBandSupported()); in testGetChannelsForBandSupportedSta()
557 assertTrue(mWifiVendorHal.isGetChannelsForBandSupported()); in testGetChannelsForBandSupportedSta()
570 assertFalse(mWifiVendorHal.isGetChannelsForBandSupported()); in testGetChannelsForBandSupportedAp()
574 assertTrue(mWifiVendorHal.isGetChannelsForBandSupported()); in testGetChannelsForBandSupportedAp()