Searched refs:getCid (Results 1 - 16 of 16) 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());
H A DServiceStateTrackerTest.java392 assertEquals(3, cl.getCid());
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java58 public int getCid() { method in class:GsmCellLocation
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsCbLocation.java97 public int getCid() { method in class:SmsCbLocation
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java129 public int getCid() { method in class:CellIdentityGsm
H A DCellIdentityWcdma.java129 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.java120 cid = cellLocation.getCid();
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java264 if (location.getCid() != -1) {
265 cv.put(Telephony.CellBroadcasts.CID, location.getCid());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java194 value = mDc.getCid();
H A DDataConnection.java270 int getCid() { method in class:DataConnection
1129 int cid = getCid();
H A DDcTracker.java4135 cid = ((GsmCellLocation)loc).getCid();
4634 final int cid = dc.getCid();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java350 String updateMsg = "cid=" + cellLocation.getCid() +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java1266 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1);
2703 if (loc != null) cid = loc.getCid();
3398 ((GsmCellLocation)mCellLoc).getCid() >= 0) {
3422 cellIdentityGsm.getCid());
3430 cellIdentityWcdma.getCid());
3435 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) {
H A DGsmCdmaCallTracker.java1448 cid = ((GsmCellLocation)loc).getCid();
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java2085 gsm_cell.getLac(), gsm_cell.getCid());

Completed in 508 milliseconds