Home
last modified time | relevance | path

Searched refs:isDualBandSupported (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl114 boolean isDualBandSupported(); in isDualBandSupported() method
DWifiManager.java2400 public boolean isDualBandSupported() {
2402 return mService.isDualBandSupported();
/frameworks/base/wifi/java/com/android/server/wifi/
DBaseWifiService.java217 public boolean isDualBandSupported() { in isDualBandSupported() method in BaseWifiService
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1612 when(mWifiService.isDualBandSupported()).thenReturn(true); in testIsDualBandSupported()
1613 assertTrue(mWifiManager.isDualBandSupported()); in testIsDualBandSupported()
1614 verify(mWifiService).isDualBandSupported(); in testIsDualBandSupported()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2404 public boolean isDualBandSupported() { in isDualBandSupported() method in WifiServiceImpl
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt49752 Landroid/net/wifi/IWifiManager$Stub$Proxy;->isDualBandSupported()Z
49882 Landroid/net/wifi/IWifiManager;->isDualBandSupported()Z