Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java908 private void verifyTdscdmaInfo(CellInfoTdscdma tdscdma) { in verifyTdscdmaInfo() argument
909 verifyCellConnectionStatus(tdscdma.getCellConnectionStatus()); in verifyTdscdmaInfo()
910 verifyCellInfoTdscdmaParcelandHashcode(tdscdma); in verifyTdscdmaInfo()
911 verifyCellIdentityTdscdma(tdscdma.getCellIdentity(), tdscdma.isRegistered()); in verifyTdscdmaInfo()
912 verifyCellIdentityTdscdmaParcel(tdscdma.getCellIdentity()); in verifyTdscdmaInfo()
913 verifyCellSignalStrengthTdscdma(tdscdma.getCellSignalStrength()); in verifyTdscdmaInfo()
914 verifyCellSignalStrengthTdscdmaParcel(tdscdma.getCellSignalStrength()); in verifyTdscdmaInfo()
917 private void verifyCellInfoTdscdmaParcelandHashcode(CellInfoTdscdma tdscdma) { in verifyCellInfoTdscdmaParcelandHashcode() argument
919 tdscdma.writeToParcel(p, 0); in verifyCellInfoTdscdmaParcelandHashcode()
923 assertTrue(tdscdma.equals(newCi)); in verifyCellInfoTdscdmaParcelandHashcode()
[all …]