HomeSort by relevance Sort by last modified time
    Searched refs:isGetChannelsForBandSupported (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ApConfigUtilTest.java 238 when(mWifiNative.isGetChannelsForBandSupported()).thenReturn(true);
255 when(mWifiNative.isGetChannelsForBandSupported()).thenReturn(false);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ApConfigUtil.java 136 if (wifiNative.isGetChannelsForBandSupported()) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java     [all...]
WifiVendorHal.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java 523 * Test that isGetChannelsForBandSupported works in STA mode
532 assertFalse(mWifiVendorHal.isGetChannelsForBandSupported());
536 assertTrue(mWifiVendorHal.isGetChannelsForBandSupported());
540 * Test that isGetChannelsForBandSupported works in AP mode
549 assertFalse(mWifiVendorHal.isGetChannelsForBandSupported());
553 assertTrue(mWifiVendorHal.isGetChannelsForBandSupported());
    [all...]

Completed in 114 milliseconds