Searched refs:isDualBandSupported (Results 1 – 6 of 6) sorted by relevance
114 boolean isDualBandSupported(); in isDualBandSupported() method
2400 public boolean isDualBandSupported() {2402 return mService.isDualBandSupported();
217 public boolean isDualBandSupported() { in isDualBandSupported() method in BaseWifiService
1612 when(mWifiService.isDualBandSupported()).thenReturn(true); in testIsDualBandSupported()1613 assertTrue(mWifiManager.isDualBandSupported()); in testIsDualBandSupported()1614 verify(mWifiService).isDualBandSupported(); in testIsDualBandSupported()
2404 public boolean isDualBandSupported() { in isDualBandSupported() method in WifiServiceImpl
49752 Landroid/net/wifi/IWifiManager$Stub$Proxy;->isDualBandSupported()Z49882 Landroid/net/wifi/IWifiManager;->isDualBandSupported()Z