Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java350 private void verifyCdmaInfo(CellInfoCdma cdma) { in verifyCdmaInfo() argument
351 verifyCellConnectionStatus(cdma.getCellConnectionStatus()); in verifyCdmaInfo()
352 verifyCellInfoCdmaParcelandHashcode(cdma); in verifyCdmaInfo()
353 verifyCellIdentityCdma(cdma.getCellIdentity(), cdma.isRegistered()); in verifyCdmaInfo()
354 verifyCellIdentityCdmaParcel(cdma.getCellIdentity()); in verifyCdmaInfo()
355 verifyCellSignalStrengthCdma(cdma.getCellSignalStrength()); in verifyCdmaInfo()
356 verifyCellSignalStrengthCdmaParcel(cdma.getCellSignalStrength()); in verifyCdmaInfo()
359 private void verifyCellInfoCdmaParcelandHashcode(CellInfoCdma cdma) { in verifyCellInfoCdmaParcelandHashcode() argument
361 cdma.writeToParcel(p, 0); in verifyCellInfoCdmaParcelandHashcode()
365 assertTrue(cdma.equals(newCi)); in verifyCellInfoCdmaParcelandHashcode()
[all …]