Searched refs:isDualBandSupported (Results 1 – 6 of 6) sorted by relevance
86 when(mWifiManager.isDualBandSupported()).thenReturn(true); in display_5GhzSupported_shouldDisplayFullList()98 when(mWifiManager.isDualBandSupported()).thenReturn(true); in display_noCountryCode_shouldDisable()110 when(mWifiManager.isDualBandSupported()).thenReturn(false); in display_5GhzNotSupported_shouldDisable()122 when(mWifiManager.isDualBandSupported()).thenReturn(true); in changePreference_noDualModeWith5G_shouldUpdateValue()149 when(mWifiManager.isDualBandSupported()).thenReturn(true); in changePreference_dualModeWith5G_shouldUpdateValue()176 when(mWifiManager.isDualBandSupported()).thenReturn(true); in updateDisplay_shouldUpdateValue()184 when(mWifiManager.isDualBandSupported()).thenReturn(false); in updateDisplay_shouldUpdateValue()
198 public boolean isDualBandSupported() { in isDualBandSupported() method in CarWifiManager199 return mWifiManager.isDualBandSupported(); in isDualBandSupported()
155 return getCarWifiManager().isDualBandSupported() && countryCode != null; in is5GhzBandSupported()
145 protected boolean isDualBandSupported() { in isDualBandSupported() method in ShadowCarWifiManager
132 if (!mWifiManager.isDualBandSupported() || countryCode == null) { in is5GhzBandSupported()