Searched refs:newci (Results 1 – 1 of 1) sorted by relevance
647 CellIdentityLte newci = CellIdentityLte.CREATOR.createFromParcel(p); in verifyCellIdentityLteParcel() local648 assertEquals(lte, newci); in verifyCellIdentityLteParcel()773 CellIdentityWcdma newci = CellIdentityWcdma.CREATOR.createFromParcel(p); in verifyCellIdentityWcdmaParcel() local774 assertEquals(wcdma, newci); in verifyCellIdentityWcdmaParcel()867 CellIdentityGsm newci = CellIdentityGsm.CREATOR.createFromParcel(p); in verifyCellIdentityGsmParcel() local868 assertEquals(gsm, newci); in verifyCellIdentityGsmParcel()977 CellIdentityTdscdma newci = CellIdentityTdscdma.CREATOR.createFromParcel(p); in verifyCellIdentityTdscdmaParcel() local978 assertEquals(tdscdma, newci); in verifyCellIdentityTdscdmaParcel()