Home
last modified time | relevance | path

Searched refs:getCid (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNeighboringCellInfoTest.java38 assertEquals(0xffff, nc.getCid()); in testConstructor()
44 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid()); in testConstructor()
51 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid()); in testConstructor()
64 assertEquals(0x5678, nc.getCid()); in testParcel()
76 assertEquals(0x5678, nw.getCid()); in testParcel()
DCellIdentityTest.java84 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm()
92 assertEquals(MAX_CID, gsm.getCid()); in testConstructCellIdentityGsm()
101 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm()
DCellIdentityTdscdmaTest.java61 assertEquals(CellInfo.UNAVAILABLE, ci.getCid()); in testDefaultConstructor()
80 assertEquals(CID, ci.getCid()); in testConstructor()
DDefaultPhoneNotifierTest.java258 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
266 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
DCellIdentityWcdmaTest.java53 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
DCellIdentityGsmTest.java53 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
DServiceStateTrackerTest.java907 assertEquals(3, cl.getCid()); in testGsmCellLocation()
/frameworks/base/telephony/java/android/telephony/
DNeighboringCellInfo.java125 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo()
141 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo()
238 public int getCid() { in getCid() method in NeighboringCellInfo
DSmsCbLocation.java110 public int getCid() { in getCid() method in SmsCbLocation
DSmsCbMessage.java583 if (mLocation.getCid() != -1) { in getContentValues()
584 cv.put(CellBroadcasts.CID, mLocation.getCid()); in getContentValues()
DCellIdentityGsm.java185 public int getCid() { in getCid() method in CellIdentityGsm
DCellIdentityTdscdma.java200 public int getCid() { in getCid() method in CellIdentityTdscdma
DCellIdentityWcdma.java194 public int getCid() { in getCid() method in CellIdentityWcdma
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDataResetEventTracker.java148 if (mPreviousLocation.getCid() != currentLocation in startResetEventTracker()
149 .getCid() in startResetEventTracker()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java60 public int getCid() { in getCid() method in GsmCellLocation
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java350 String updateMsg = "cid=" + cellLocation.getCid() +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java207 status, mDataConnection.getCid(), redirectUri.toString()); in onValidationStatus()
DDcTracker.java3890 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
4547 final int cid = dc.getCid(); in handlePcoData()
DDataConnection.java449 int getCid() { in getCid() method in DataConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1551 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
DServiceStateTracker.java2380 case CellInfo.TYPE_GSM: cid = ((CellIdentityGsm) id).getCid(); break; in getCidFromCellIdentity()
2381 case CellInfo.TYPE_WCDMA: cid = ((CellIdentityWcdma) id).getCid(); break; in getCidFromCellIdentity()
2382 case CellInfo.TYPE_TDSCDMA: cid = ((CellIdentityTdscdma) id).getCid(); break; in getCidFromCellIdentity()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java2000 gsm_cell.getLac(), gsm_cell.getCid());
/frameworks/base/telephony/api/
Dsystem-current.txt613 method public int getCid();
/frameworks/base/api/
Dsystem-current.txt8859 method public int getCid();
/frameworks/base/non-updatable-api/
Dsystem-current.txt8757 method public int getCid();

12