HomeSort by relevance Sort by last modified time
    Searched refs:newCi (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityTdscdmaTest.java 95 CellIdentityTdscdma newCi = CellIdentityTdscdma.CREATOR.createFromParcel(p);
96 assertEquals(ci, newCi);
115 CellIdentityTdscdma newCi = CellIdentityTdscdma.CREATOR.createFromParcel(p);
116 assertEquals(ci, newCi);
137 CellIdentityTdscdma newCi = CellIdentityTdscdma.CREATOR.createFromParcel(p);
138 assertEquals(ci, newCi);
CellIdentityTest.java 88 CellIdentity newCi = CellIdentity.CREATOR.createFromParcel(p);
89 assertEquals(ci, newCi);
98 newCi = CellIdentity.CREATOR.createFromParcel(p);
99 assertEquals(ci, newCi);
CellIdentityGsmTest.java 178 CellIdentityGsm newCi = CellIdentityGsm.CREATOR.createFromParcel(p);
179 assertEquals(ci, newCi);
199 CellIdentityGsm newCi = CellIdentityGsm.CREATOR.createFromParcel(p);
200 assertEquals(ci, newCi);
222 CellIdentityGsm newCi = CellIdentityGsm.CREATOR.createFromParcel(p);
223 assertEquals(ci, newCi);
CellIdentityLteTest.java 186 CellIdentityLte newCi = CellIdentityLte.CREATOR.createFromParcel(p);
187 assertEquals(ci, newCi);
208 CellIdentityLte newCi = CellIdentityLte.CREATOR.createFromParcel(p);
209 assertEquals(ci, newCi);
232 CellIdentityLte newCi = CellIdentityLte.CREATOR.createFromParcel(p);
233 assertEquals(ci, newCi);
CellIdentityWcdmaTest.java 176 CellIdentityWcdma newCi = CellIdentityWcdma.CREATOR.createFromParcel(p);
177 assertEquals(ci, newCi);
197 CellIdentityWcdma newCi = CellIdentityWcdma.CREATOR.createFromParcel(p);
198 assertEquals(ci, newCi);
220 CellIdentityWcdma newCi = CellIdentityWcdma.CREATOR.createFromParcel(p);
221 assertEquals(ci, newCi);
CellIdentityCdmaTest.java 102 CellIdentityCdma newCi = CellIdentityCdma.CREATOR.createFromParcel(p);
103 assertEquals(ci, newCi);
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 178 CellInfoCdma newCi = CellInfoCdma.CREATOR.createFromParcel(p);
179 assertTrue(cdma.equals(newCi));
180 assertEquals("hashCode() did not get right hasdCode", cdma.hashCode(), newCi.hashCode());
216 CellIdentityCdma newCi = CellIdentityCdma.CREATOR.createFromParcel(p);
217 assertTrue(cdma.equals(newCi));
276 CellInfoLte newCi = CellInfoLte.CREATOR.createFromParcel(p);
277 assertTrue(lte.equals(newCi));
278 assertEquals("hashCode() did not get right hasdCode", lte.hashCode(), newCi.hashCode());
362 CellIdentityLte newci = CellIdentityLte.CREATOR.createFromParcel(p); local
363 assertEquals(lte, newci);
492 CellIdentityWcdma newci = CellIdentityWcdma.CREATOR.createFromParcel(p); local
594 CellIdentityGsm newci = CellIdentityGsm.CREATOR.createFromParcel(p); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]

Completed in 261 milliseconds