Home
last modified time | relevance | path

Searched refs:setBands (Results 1 – 17 of 17) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java662 .setBands(dualBands) in startProjectionTetheredAccessPoint_ensure2GhzAnd5GhzAdded()
671 .setBands(singleBand) in startProjectionTetheredAccessPoint_ensure2GhzAnd5GhzAdded()
698 .setBands(dualBands) in startProjectionTetheredAccessPoint_ensureNotCalled2Ghz5Ghz()
724 .setBands(singleBand) in startProjectionTetheredAccessPoint_ensureNotCalled5Ghz()
751 .setBands(dualBands) in startProjectionTetheredAccessPoint_ensure5GhzOnlyNoConcurrency()
760 .setBands(singleBand) in startProjectionTetheredAccessPoint_ensure5GhzOnlyNoConcurrency()
790 .setBands(singleBand) in startProjectionTetheredAccessPoint_setBssidOnApStartedDisabled_bssidIsNotSet()
817 .setBands(singleBand) in startProjectionTetheredAccessPoint_setBssidOnApStartedEnabled_bssidIsSet()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java710 .setBands(bands) in updateBandMask6gSecurityRestrictionBridged()
718 .setBands(bands) in updateBandMask6gSecurityRestrictionBridged()
726 .setBands(bands) in updateBandMask6gSecurityRestrictionBridged()
734 .setBands(bands) in updateBandMask6gSecurityRestrictionBridged()
744 .setBands(bands) in updateBandMask6gSecurityRestrictionBridged()
782 .setBands(bands) in verifyThatBand6GIsUpdatedWhenHalCanConvertRestrictedSecurityType()
1054 .setBands(bands).build(); in testCheckConfigurationChangeNeedToRestart()
1145 .setBands(bands_2g6g_5g) in testUpdateBandInConfigOnFindingUnavailableChannels()
1161 .setBands(bands_2g_5g6g) in testUpdateBandInConfigOnFindingUnavailableChannels()
1177 .setBands(bands_5g_2g6g) in testUpdateBandInConfigOnFindingUnavailableChannels()
[all …]
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceControllerTest.java110 new SoftApConfiguration.Builder().setBands(DUAL_BANDS).build()); in onStart_dualBandNotSupported_defaultTo2Ghz()
144 new SoftApConfiguration.Builder().setBands(DUAL_BANDS).build()); in onStart_wifiConfigDualApBand_valueIsSetToDualBand()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java1096 configBuilder.setBands(testDualBands); in testResetToDefaultForUnsupportedConfig()
1127 configBuilder.setBands(testDualBands); in testResetToDefaultForUnsupportedConfig()
1336 testConfigBuilder.setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in testSanitizePersistentApConfig()
1339 expectedConfigBuilder.setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in testSanitizePersistentApConfig()
1344 testConfigBuilder.setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in testSanitizePersistentApConfig()
1347 expectedConfigBuilder.setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in testSanitizePersistentApConfig()
1437 .setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in verifyUpgradeConfiguration()
DSoftApManagerTest.java2511 configBuilder.setBands(dual_bands); in generateBridgedModeSoftApConfig()
3503 configBuilder.setBands(dual_bands); in testBridgedModeFallbackToSingleModeDueToUnavailableBand()
3523 configBuilder.setBands(dual_bands); in testBridgedModeWorksEvenIfABandIsUnavailableInBandArray()
3531 configBuilder.setBands(expected_dual_bands); in testBridgedModeWorksEvenIfABandIsUnavailableInBandArray()
4146 configBuilder.setBands(dual_bands); in testForceToEnableBridgedModeWhenCountryCodeIsPendingToChanged()
4245 configBuilder.setBands(dual_bands); in testStartSoftApRemoves11BEInBridgedModeIfNotSupportedByOverlay()
4274 configBuilder.setBands(dual_bands); in testStartSoftApInBridgedMode11BEConfiguration()
4382 configBuilder.setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in testStartSoftApWith11BEForMLOSupportedCase()
4412 .setBands(dual_bands) in testStartSoftApAutoUpgradeTo2g5gDbs()
4487 .setBands(dual_bands) in testStartSoftApAutoUpgradeTo2g5gDbsWithCountryCodeChange()
DHostapdHalAidlImpTest.java1237 configurationBuilder.setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in testHostapdCallbackOnFailureEventInMldBridgedMode()
1271 configurationBuilder.setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in testHostapdCallbackOnFailureIgnoredForAlreadyRemovedInstance()
1354 configurationBuilder.setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in testAddAccessPointWithMLOConfiguration()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherMaximizeCompatibilityPreferenceController.java140 builder.setBands(bands); in setupMaximizeCompatibility()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java648 .setBands(dual_bands) in testDualBands()
698 .setBands(dual_bands) in testInvalidBandWhenSetBands()
709 .setBands(new int[0]) in testInvalidBandWhenSetBands()
720 .setBands(new int[3]) in testInvalidBandWhenSetBands()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceController.java192 configBuilder.setBands(DUAL_BANDS); in updateApBand()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java253 configBuilder.setBands(dual_bands); in upgradeSoftApConfiguration()
457 configBuilder.setBands(dual_bands); in getDefaultApConfiguration()
DWifiShellCommand.java2473 configBuilder.setBands(new int[] { in buildSoftApConfiguration()
2477 configBuilder.setBands(new int[] { in buildSoftApConfiguration()
2481 configBuilder.setBands(new int[] { in buildSoftApConfiguration()
/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java354 configBuilder.setBands(bands); in setSpeedType()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java1116 .setBands(new int[] {SoftApConfiguration.BAND_2GHZ, in ensureApConfiguration()
1121 .setBands(new int[] {SoftApConfiguration.BAND_5GHZ}).build()); in ensureApConfiguration()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java835 configBuilder.setBands(bands); in mockConfig()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java1802 public Builder setBands(@NonNull int[] bands) { in setBands() method in SoftApConfiguration.Builder
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java758 .setBands(new int[]{BAND_2GHZ, BAND_2GHZ | BAND_5GHZ}) in upgradeTo2g5gBridgedIfAvailableBandsAreSubset()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt520 method @NonNull public android.net.wifi.SoftApConfiguration.Builder setBands(@NonNull int[]);