Searched refs:is6GHzBandSupported (Results 1 – 8 of 8) sorted by relevance
121 boolean is6GHzBandSupported(); in is6GHzBandSupported() method
2591 public boolean is6GHzBandSupported() { in is6GHzBandSupported() method in WifiManager2593 return mService.is6GHzBandSupported(); in is6GHzBandSupported()
267 public boolean is6GHzBandSupported() { in is6GHzBandSupported() method in BaseWifiService
295 && !mWifiService.is6GHzBandSupported())) { in onCommand()
2923 public boolean is6GHzBandSupported() {
1945 when(mWifiService.is6GHzBandSupported()).thenReturn(true); in testIs6GHzBandSupported()1946 assertTrue(mWifiManager.is6GHzBandSupported()); in testIs6GHzBandSupported()1947 verify(mWifiService).is6GHzBandSupported(); in testIs6GHzBandSupported()
327 method public boolean is6GHzBandSupported();
31407 method public boolean is6GHzBandSupported();