/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NeighboringCellInfoTest.java | 38 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()
|
D | CellIdentityTest.java | 84 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm() 92 assertEquals(MAX_CID, gsm.getCid()); in testConstructCellIdentityGsm() 101 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm()
|
D | CellIdentityTdscdmaTest.java | 61 assertEquals(CellInfo.UNAVAILABLE, ci.getCid()); in testDefaultConstructor() 80 assertEquals(CID, ci.getCid()); in testConstructor()
|
D | DefaultPhoneNotifierTest.java | 258 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation() 266 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
|
D | CellIdentityWcdmaTest.java | 53 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
|
D | CellIdentityGsmTest.java | 53 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
|
D | ServiceStateTrackerTest.java | 907 assertEquals(3, cl.getCid()); in testGsmCellLocation()
|
/frameworks/base/telephony/java/android/telephony/ |
D | NeighboringCellInfo.java | 125 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo() 141 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo() 238 public int getCid() { in getCid() method in NeighboringCellInfo
|
D | SmsCbLocation.java | 110 public int getCid() { in getCid() method in SmsCbLocation
|
D | SmsCbMessage.java | 583 if (mLocation.getCid() != -1) { in getContentValues() 584 cv.put(CellBroadcasts.CID, mLocation.getCid()); in getContentValues()
|
D | CellIdentityGsm.java | 185 public int getCid() { in getCid() method in CellIdentityGsm
|
D | CellIdentityTdscdma.java | 200 public int getCid() { in getCid() method in CellIdentityTdscdma
|
D | CellIdentityWcdma.java | 194 public int getCid() { in getCid() method in CellIdentityWcdma
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/ |
D | VendorDataResetEventTracker.java | 148 if (mPreviousLocation.getCid() != currentLocation in startResetEventTracker() 149 .getCid() in startResetEventTracker()
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 60 public int getCid() { in getCid() method in GsmCellLocation
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 350 String updateMsg = "cid=" + cellLocation.getCid() +
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcNetworkAgent.java | 207 status, mDataConnection.getCid(), redirectUri.toString()); in onValidationStatus()
|
D | DcTracker.java | 3890 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId() 4547 final int cid = dc.getCid(); in handlePcoData()
|
D | DataConnection.java | 449 int getCid() { in getCid() method in DataConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCallTracker.java | 1551 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
|
D | ServiceStateTracker.java | 2380 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/ |
D | GnssLocationProvider.java | 2000 gsm_cell.getLac(), gsm_cell.getCid());
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 613 method public int getCid();
|
/frameworks/base/api/ |
D | system-current.txt | 8859 method public int getCid();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8757 method public int getCid();
|