Home
last modified time | relevance | path

Searched refs:bands (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DRadioAccessSpecifierTest.java31 int[] bands = {1, 2, 3, 4}; in testConstructorAndGetters() local
33 RadioAccessSpecifier radioAccessSpecifier = new RadioAccessSpecifier(ran, bands, channels); in testConstructorAndGetters()
36 assertThat(radioAccessSpecifier.getBands()).isEqualTo(bands); in testConstructorAndGetters()
40 RadioAccessSpecifier toCompare1 = new RadioAccessSpecifier(ran, bands, channels); in testConstructorAndGetters()
43 RadioAccessSpecifier toCompare3 = new RadioAccessSpecifier(ran+1, bands, channels); in testConstructorAndGetters()
DCellInfoTest.java589 int[] bands = nr.getBands(); in verifyCellIdentityNr() local
591 for (int band: bands) { in verifyCellIdentityNr()
596 verifyCellIdentityNrBands(bands); in verifyCellIdentityNr()
716 int[] bands = lte.getBands(); in verifyCellIdentityLte() local
718 for (int band: bands) { in verifyCellIdentityLte()
722 verifyCellIdentityLteBands(bands); in verifyCellIdentityLte()
DTelephonyManagerTest.java2648 List<Integer> bands = new ArrayList<Integer>(); in testUpdateAvailableNetworks() local
2658 AvailableNetworkInfo.PRIORITY_HIGH, mccMncs, bands); in testUpdateAvailableNetworks()
2673 AvailableNetworkInfo.PRIORITY_HIGH, mccMncs, bands); in testUpdateAvailableNetworks()
4220 int[] bands; in testGetAllCellInfo() local
4222 bands = ((CellIdentityLte) cellIdentity).getBands(); in testGetAllCellInfo()
4223 for (int band : bands) { in testGetAllCellInfo()
4228 bands = ((CellIdentityNr) cellIdentity).getBands(); in testGetAllCellInfo()
4229 for (int band : bands) { in testGetAllCellInfo()
4238 assertTrue(bands.length > 0); in testGetAllCellInfo()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiNetworkSpecifierTest.java418 final int[] bands = { ScanResult.WIFI_BAND_24_GHZ, ScanResult.WIFI_BAND_5_GHZ, in testWifiBandInNetworkCallback() local
421 for (final int band : bands) { in testWifiBandInNetworkCallback()
DWifiManagerTest.java2122 private boolean shouldFallbackToSingleAp(int[] bands, SoftApCapability capability) { in shouldFallbackToSingleAp() argument
2123 for (int band : bands) { in shouldFallbackToSingleAp()
2132 final int[] bands = {SoftApConfiguration.BAND_2GHZ, SoftApConfiguration.BAND_5GHZ, in getAvailableBandAndChannelForTesting() local
2139 for (int band : bands) { in getAvailableBandAndChannelForTesting()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java276 List<Integer> bands = new ArrayList<Integer>(); in testUpdateAvailableNetworksWithCarrierPrivilege() local
292 bands); in testUpdateAvailableNetworksWithCarrierPrivilege()
320 bands); in testUpdateAvailableNetworksWithCarrierPrivilege()