Searched refs:BAND_2GHZ_5GHZ_6GHZ (Results 1 – 3 of 3) sorted by relevance
30 import static com.android.settings.wifi.repository.WifiHotspotRepository.BAND_2GHZ_5GHZ_6GHZ;83 static final int WIFI_6GHZ_BAND_PREFERRED = BAND_2GHZ_5GHZ_6GHZ;475 assertThat(mSoftApConfigCaptor.getValue().getBand()).isEqualTo(BAND_2GHZ_5GHZ_6GHZ); in setSpeedType_2g5ghzTo6ghz_setConfigBandTo6ghzPreferred()814 configBuilder.setBand(BAND_2GHZ_5GHZ_6GHZ); in mockConfig()
25 import static com.android.settings.wifi.repository.WifiHotspotRepository.BAND_2GHZ_5GHZ_6GHZ;453 .setBand(BAND_2GHZ_5GHZ_6GHZ) in buildNewConfig_speedFeatureIsAvailableAndPasswordChanged_bandShouldNotBeLost()468 .setBand(BAND_2GHZ_5GHZ_6GHZ) in buildNewConfig_securityTypeChangeToOpen_setSecurityTypeCorrectly()
67 public static final int BAND_2GHZ_5GHZ_6GHZ = BAND_2GHZ | BAND_5GHZ | BAND_6GHZ; field in WifiHotspotRepository342 configBuilder.setBand(BAND_2GHZ_5GHZ_6GHZ); in setSpeedType()