Home
last modified time | relevance | path

Searched refs:isGetChannelsForBandSupported (Results 1 – 3 of 3) 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.java2287 public boolean isGetChannelsForBandSupported(){ in isGetChannelsForBandSupported() method in WifiNative