Home
last modified time | relevance | path

Searched refs:wcdma (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java760 private void verifyWcdmaInfo(CellInfoWcdma wcdma) { in verifyWcdmaInfo() argument
761 verifyCellConnectionStatus(wcdma.getCellConnectionStatus()); in verifyWcdmaInfo()
762 verifyCellInfoWcdmaParcelandHashcode(wcdma); in verifyWcdmaInfo()
763 verifyCellIdentityWcdma(wcdma.getCellIdentity(), wcdma.isRegistered()); in verifyWcdmaInfo()
764 verifyCellIdentityWcdmaParcel(wcdma.getCellIdentity()); in verifyWcdmaInfo()
765 verifyCellSignalStrengthWcdma(wcdma.getCellSignalStrength()); in verifyWcdmaInfo()
766 verifyCellSignalStrengthWcdmaParcel(wcdma.getCellSignalStrength()); in verifyWcdmaInfo()
769 private void verifyCellInfoWcdmaParcelandHashcode(CellInfoWcdma wcdma) { in verifyCellInfoWcdmaParcelandHashcode() argument
771 wcdma.writeToParcel(p, 0); in verifyCellInfoWcdmaParcelandHashcode()
775 assertTrue(wcdma.equals(newCi)); in verifyCellInfoWcdmaParcelandHashcode()
[all …]
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java396 RadioAccessSpecifier wcdma = new RadioAccessSpecifier( in buildNetworkScanRequest() local
402 radioAccessSpecifier.add(wcdma); in buildNetworkScanRequest()