Home
last modified time | relevance | path

Searched refs:bands (Results 1 – 7 of 7) 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()
DAvailableNetworkInfoTest.java39 List<Integer> bands = new ArrayList<Integer>(); in testAvailableNetworkInfo() local
42 AvailableNetworkInfo.PRIORITY_HIGH, mccMncs, bands); in testAvailableNetworkInfo()
47 assertEquals(bands, availableNetworkInfo.getBands()); in testAvailableNetworkInfo()
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.java2631 List<Integer> bands = new ArrayList<Integer>(); in testUpdateAvailableNetworks() local
2641 AvailableNetworkInfo.PRIORITY_HIGH, mccMncs, bands); in testUpdateAvailableNetworks()
2656 AvailableNetworkInfo.PRIORITY_HIGH, mccMncs, bands); in testUpdateAvailableNetworks()
4177 int[] bands; in testGetAllCellInfo() local
4179 bands = ((CellIdentityLte) cellIdentity).getBands(); in testGetAllCellInfo()
4180 for (int band : bands) { in testGetAllCellInfo()
4185 bands = ((CellIdentityNr) cellIdentity).getBands(); in testGetAllCellInfo()
4186 for (int band : bands) { in testGetAllCellInfo()
4195 assertTrue(bands.length > 0); in testGetAllCellInfo()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiNetworkSpecifierTest.java414 final int[] bands = { ScanResult.WIFI_BAND_24_GHZ, ScanResult.WIFI_BAND_5_GHZ, in testWifiBandInNetworkCallback() local
417 for (final int band : bands) { in testWifiBandInNetworkCallback()
DWifiManagerTest.java2152 private boolean shouldFallbackToSingleAp(int[] bands, SoftApCapability capability) { in shouldFallbackToSingleAp() argument
2153 for (int band : bands) { in shouldFallbackToSingleAp()
2162 final int[] bands = {SoftApConfiguration.BAND_2GHZ, SoftApConfiguration.BAND_5GHZ, in getAvailableBandAndChannelForTesting() local
2169 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()