Searched refs:is60GHzBandSupported (Results 1 – 7 of 7) sorted by relevance
203 boolean is60GHzBandSupported(); in is60GHzBandSupported() method
370 public boolean is60GHzBandSupported() { in is60GHzBandSupported() method in BaseWifiService
4262 public boolean is60GHzBandSupported() { in is60GHzBandSupported() method in WifiManager4264 return mService.is60GHzBandSupported(); in is60GHzBandSupported()
2960 when(mWifiService.is60GHzBandSupported()).thenReturn(true); in testIs60GHzBandSupported()2961 assertTrue(mWifiManager.is60GHzBandSupported()); in testIs60GHzBandSupported()2962 verify(mWifiService).is60GHzBandSupported(); in testIs60GHzBandSupported()
752 && !mWifiService.is60GHzBandSupported())) { in onCommand()
5065 public boolean is60GHzBandSupported() {
477 method public boolean is60GHzBandSupported();