Searched refs:isDualBandSupported (Results 1 – 6 of 6) sorted by relevance
114 boolean isDualBandSupported(); in isDualBandSupported() method
2433 public boolean isDualBandSupported() {2435 return mService.isDualBandSupported();
217 public boolean isDualBandSupported() { in isDualBandSupported() method in BaseWifiService
1598 when(mWifiService.isDualBandSupported()).thenReturn(true); in testIsDualBandSupported()1599 assertTrue(mWifiManager.isDualBandSupported()); in testIsDualBandSupported()1600 verify(mWifiService).isDualBandSupported(); in testIsDualBandSupported()
2446 public boolean isDualBandSupported() { in isDualBandSupported() method in WifiServiceImpl
46393 Landroid/net/wifi/IWifiManager$Stub$Proxy;->isDualBandSupported()Z46521 Landroid/net/wifi/IWifiManager;->isDualBandSupported()Z