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.java647 CellIdentityLte newci = CellIdentityLte.CREATOR.createFromParcel(p); in verifyCellIdentityLteParcel() local
648 assertEquals(lte, newci); in verifyCellIdentityLteParcel()
773 CellIdentityWcdma newci = CellIdentityWcdma.CREATOR.createFromParcel(p); in verifyCellIdentityWcdmaParcel() local
774 assertEquals(wcdma, newci); in verifyCellIdentityWcdmaParcel()
867 CellIdentityGsm newci = CellIdentityGsm.CREATOR.createFromParcel(p); in verifyCellIdentityGsmParcel() local
868 assertEquals(gsm, newci); in verifyCellIdentityGsmParcel()
977 CellIdentityTdscdma newci = CellIdentityTdscdma.CREATOR.createFromParcel(p); in verifyCellIdentityTdscdmaParcel() local
978 assertEquals(tdscdma, newci); in verifyCellIdentityTdscdmaParcel()