Searched refs:needs5GHzToAnyApBandConversion (Results 1 – 7 of 7) sorted by relevance
116 boolean needs5GHzToAnyApBandConversion(); in needs5GHzToAnyApBandConversion() method
2415 return mService.needs5GHzToAnyApBandConversion();
222 public boolean needs5GHzToAnyApBandConversion() { in needs5GHzToAnyApBandConversion() method in BaseWifiService
1601 when(mWifiService.needs5GHzToAnyApBandConversion()).thenReturn(true); in testIsDualModeSupported()1603 verify(mWifiService).needs5GHzToAnyApBandConversion(); in testIsDualModeSupported()
3217 assertTrue(mWifiServiceImpl.needs5GHzToAnyApBandConversion()); in testNeeds5GHzToAnyApBandConversionReturnedTrue()3233 assertFalse(mWifiServiceImpl.needs5GHzToAnyApBandConversion()); in testNeeds5GHzToAnyApBandConversionReturnedFalse()3250 mWifiServiceImpl.needs5GHzToAnyApBandConversion(); in testNeeds5GHzToAnyApBandConversionThrowsWithoutProperPermissions()
2432 public boolean needs5GHzToAnyApBandConversion() { in needs5GHzToAnyApBandConversion() method in WifiServiceImpl
49757 Landroid/net/wifi/IWifiManager$Stub$Proxy;->needs5GHzToAnyApBandConversion()Z49886 Landroid/net/wifi/IWifiManager;->needs5GHzToAnyApBandConversion()Z