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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DApConfigUtilTest.java238 when(mWifiNative.isGetChannelsForBandSupported()).thenReturn(true);
255 when(mWifiNative.isGetChannelsForBandSupported()).thenReturn(false);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java136 if (wifiNative.isGetChannelsForBandSupported()) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1153 public boolean isGetChannelsForBandSupported() { method in class:WifiNative
1154 return mWifiVendorHal.isGetChannelsForBandSupported();
H A DWifiVendorHal.java1519 public boolean isGetChannelsForBandSupported() { method in class:WifiVendorHal
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java544 * Test that isGetChannelsForBandSupported works in STA mode
553 assertFalse(mWifiVendorHal.isGetChannelsForBandSupported());
557 assertTrue(mWifiVendorHal.isGetChannelsForBandSupported());
561 * Test that isGetChannelsForBandSupported works in AP mode
570 assertFalse(mWifiVendorHal.isGetChannelsForBandSupported());
574 assertTrue(mWifiVendorHal.isGetChannelsForBandSupported());

Completed in 1076 milliseconds