Searched refs:isGetChannelsForBandSupported (Results 1 – 3 of 3) sorted by relevance
238 when(mWifiNative.isGetChannelsForBandSupported()).thenReturn(true); in updateApChannelConfigWith5GBandNoChannelAllowed()255 when(mWifiNative.isGetChannelsForBandSupported()).thenReturn(false); in updateApChannelConfigWithoutChannelsForBandSupported()
136 if (wifiNative.isGetChannelsForBandSupported()) { in updateApChannelConfig()
2287 public boolean isGetChannelsForBandSupported(){ in isGetChannelsForBandSupported() method in WifiNative