Home
last modified time | relevance | path

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

/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()
DCellIdentityWcdmaTest.java51 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
135 assertEquals(CID, ci.getCid()); in testFormerConstructor()
DCellIdentityGsmTest.java52 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
135 assertEquals(CID, ci.getCid()); in testFormerConstructor()
DCellIdentityTdscdmaTest.java60 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
DServiceStateTrackerTest.java640 assertEquals(3, cl.getCid()); in testGsmCellLocation()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java58 public int getCid() { in getCid() method in GsmCellLocation
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsCbLocation.java97 public int getCid() { in getCid() method in SmsCbLocation
/frameworks/base/telephony/java/android/telephony/
DNeighboringCellInfo.java193 public int getCid() { in getCid() method in NeighboringCellInfo
DCellIdentityTdscdma.java133 public int getCid() { in getCid() method in CellIdentityTdscdma
DCellIdentityWcdma.java141 public int getCid() { in getCid() method in CellIdentityWcdma
DCellIdentityGsm.java143 public int getCid() { in getCid() method in CellIdentityGsm
/frameworks/opt/telephony/src/java/android/telephony/
DCellBroadcastMessage.java264 if (location.getCid() != -1) { in getContentValues()
265 cv.put(Telephony.CellBroadcasts.CID, location.getCid()); in getContentValues()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java122 cid = cellLocation.getCid(); in handleGsmBroadcastSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcAsyncChannel.java196 value = mDc.getCid(); in getCidSync()
DDataConnection.java318 int getCid() { in getCid() method in DataConnection
1287 int cid = getCid(); in processMessage()
DDcTracker.java4043 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
4559 final int cid = dc.getCid(); in handlePcoData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java914 cid = ((CellIdentityGsm) cellIdentity).getCid(); in processCellLocationInfo()
919 cid = ((CellIdentityWcdma) cellIdentity).getCid(); in processCellLocationInfo()
925 cid = ((CellIdentityTdscdma) cellIdentity).getCid(); in processCellLocationInfo()
1256 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1); in handleMessage()
2851 if (loc != null) cid = loc.getCid(); in pollStateDone()
3469 ((GsmCellLocation)mCellLoc).getCid() >= 0) { in getCellLocation()
3493 cellIdentityGsm.getCid()); in getCellLocation()
3501 cellIdentityWcdma.getCid()); in getCellLocation()
3506 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
DGsmCdmaCallTracker.java1457 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java350 String updateMsg = "cid=" + cellLocation.getCid() +
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java2261 gsm_cell.getLac(), gsm_cell.getCid());
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28205 method public int getCid();
28227 method public int getCid();
28358 method public int getCid();
28768 method public int getCid();
/frameworks/base/config/
Dhiddenapi-public-dex.txt42746 Landroid/telephony/CellIdentityGsm;->getCid()I
42776 Landroid/telephony/CellIdentityTdscdma;->getCid()I
42787 Landroid/telephony/CellIdentityWcdma;->getCid()I
43109 Landroid/telephony/gsm/GsmCellLocation;->getCid()I
44088 Landroid/telephony/NeighboringCellInfo;->getCid()I
Dboot-image-profile.txt30295 HSPLandroid/telephony/CellIdentityGsm;->getCid()I
30317 HSPLandroid/telephony/CellIdentityWcdma;->getCid()I
30425 HSPLandroid/telephony/NeighboringCellInfo;->getCid()I
30855 HSPLandroid/telephony/gsm/GsmCellLocation;->getCid()I
/frameworks/base/api/
Dcurrent.txt41811 method public int getCid();
41839 method public int getCid();
41849 method public int getCid();
42034 method public int getCid();
42807 method public int getCid();