Searched refs:tdscdma (Results 1 – 1 of 1) sorted by relevance
908 private void verifyTdscdmaInfo(CellInfoTdscdma tdscdma) { in verifyTdscdmaInfo() argument909 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() argument919 tdscdma.writeToParcel(p, 0); in verifyCellInfoTdscdmaParcelandHashcode()923 assertTrue(tdscdma.equals(newCi)); in verifyCellInfoTdscdmaParcelandHashcode()[all …]