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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityCdmaTest.java 68 CellIdentityCdma ciA =
75 assertTrue(ciA.equals(ciB));
77 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
82 assertTrue(ciA.equals(ciB));
84 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
89 assertFalse(ciA.equals(ciB));
CellIdentityTest.java 57 CellIdentity ciA = new CellIdentityLte(
62 assertTrue(ciA.equals(ciB));
64 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
69 assertTrue(ciA.equals(ciB));
71 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, null, ALPHA_LONG,
76 assertFalse(ciA.equals(ciB));
CellIdentityGsmTest.java 149 CellIdentityGsm ciA = new CellIdentityGsm(
154 assertTrue(ciA.equals(ciB));
156 ciA = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
159 assertTrue(ciA.equals(ciB));
161 ciA = new CellIdentityGsm(
165 assertFalse(ciA.equals(ciB));
CellIdentityLteTest.java 154 CellIdentityLte ciA = new CellIdentityLte(
159 assertTrue(ciA.equals(ciB));
161 ciA = new CellIdentityLte(
166 assertTrue(ciA.equals(ciB));
168 ciA = new CellIdentityLte(
173 assertFalse(ciA.equals(ciB));
CellIdentityWcdmaTest.java 148 CellIdentityWcdma ciA = new CellIdentityWcdma(
153 assertTrue(ciA.equals(ciB));
155 ciA = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT);
158 assertTrue(ciA.equals(ciB));
160 ciA = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT);
163 assertFalse(ciA.equals(ciB));

Completed in 276 milliseconds