Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java364 CellInfoCdma newCi = CellInfoCdma.CREATOR.createFromParcel(p); in verifyCellInfoCdmaParcelandHashcode() local
365 assertTrue(cdma.equals(newCi)); in verifyCellInfoCdmaParcelandHashcode()
366 assertEquals("hashCode() did not get right hashCode", cdma.hashCode(), newCi.hashCode()); in verifyCellInfoCdmaParcelandHashcode()
404 CellIdentityCdma newCi = CellIdentityCdma.CREATOR.createFromParcel(p); in verifyCellIdentityCdmaParcel() local
405 assertTrue(cdma.equals(newCi)); in verifyCellIdentityCdmaParcel()
512 CellIdentityNr newCi = CellIdentityNr.CREATOR.createFromParcel(p); in verifyCellIdentityNrParcel() local
513 assertEquals(nr, newCi); in verifyCellIdentityNrParcel()
573 CellInfoLte newCi = CellInfoLte.CREATOR.createFromParcel(p); in verifyCellInfoLteParcelandHashcode() local
574 assertTrue(lte.equals(newCi)); in verifyCellInfoLteParcelandHashcode()
575 assertEquals("hashCode() did not get right hashCode", lte.hashCode(), newCi.hashCode()); in verifyCellInfoLteParcelandHashcode()
[all …]