Home
last modified time | relevance | path

Searched refs:BAND_2GHZ_5GHZ_6GHZ (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java30 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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherSettingsTest.java25 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()
/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java67 public static final int BAND_2GHZ_5GHZ_6GHZ = BAND_2GHZ | BAND_5GHZ | BAND_6GHZ; field in WifiHotspotRepository
342 configBuilder.setBand(BAND_2GHZ_5GHZ_6GHZ); in setSpeedType()