Searched refs:getCid (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DNeighboringCellInfoTest.java38 assertEquals(0xffff, nc.getCid());
44 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid());
51 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid());
64 assertEquals(0x5678, nc.getCid());
76 assertEquals(0x5678, nw.getCid());
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java58 public int getCid() { method in class:GsmCellLocation
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbLocation.java97 public int getCid() { method in class:SmsCbLocation
H A DCellBroadcastMessage.java262 if (location.getCid() != -1) {
263 cv.put(Telephony.CellBroadcasts.CID, location.getCid());
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java102 public int getCid() { method in class:CellIdentityGsm
H A DCellIdentityWcdma.java107 public int getCid() { method in class:CellIdentityWcdma
H A DNeighboringCellInfo.java193 public int getCid() { method in class:NeighboringCellInfo
215 * {@link NeighboringCellInfo#getCid NeighboringCellInfo.getCid} should be
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java122 cid = cellLocation.getCid();
H A DGsmServiceStateTracker.java469 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1);
1057 if (loc != null) cid = loc.getCid();
1596 if ((mCellLoc.getLac() >= 0) && (mCellLoc.getCid() >= 0)) {
1620 cellIdentityGsm.getCid());
1628 cellIdentityWcdma.getCid());
1633 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) {
H A DGsmCallTracker.java933 causeCode, loc != null ? loc.getCid() : -1,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java194 value = mDc.getCid();
H A DDataConnection.java285 int getCid() { method in class:DataConnection
1129 int cid = getCid();
H A DDcTracker.java2741 cid = ((GsmCellLocation)loc).getCid();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java350 String updateMsg = "cid=" + cellLocation.getCid() +
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java1958 gsm_cell.getLac(), gsm_cell.getCid());

Completed in 379 milliseconds