Home
last modified time | relevance | path

Searched refs:getCid (Results 1 – 17 of 17) 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()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java58 public int getCid() { in getCid() method in GsmCellLocation
/frameworks/opt/telephony/src/java/android/telephony/
DSmsCbLocation.java97 public int getCid() { in getCid() method in SmsCbLocation
DCellBroadcastMessage.java264 if (location.getCid() != -1) { in getContentValues()
265 cv.put(Telephony.CellBroadcasts.CID, location.getCid()); in getContentValues()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityGsm.java104 public int getCid() { in getCid() method in CellIdentityGsm
DCellIdentityWcdma.java109 public int getCid() { in getCid() method in CellIdentityWcdma
DNeighboringCellInfo.java193 public int getCid() { in getCid() method in NeighboringCellInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java122 cid = cellLocation.getCid(); in handleGsmBroadcastSms()
DGsmServiceStateTracker.java454 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1); in handleMessage()
1098 if (loc != null) cid = loc.getCid(); in pollStateDone()
1648 if ((mCellLoc.getLac() >= 0) && (mCellLoc.getCid() >= 0)) { in getCellLocation()
1672 cellIdentityGsm.getCid()); in getCellLocation()
1680 cellIdentityWcdma.getCid()); in getCellLocation()
1685 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
DGsmCallTracker.java947 causeCode, loc != null ? loc.getCid() : -1, in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcAsyncChannel.java194 value = mDc.getCid(); in getCidSync()
DDataConnection.java296 int getCid() { in getCid() method in DataConnection
1148 int cid = getCid(); in processMessage()
DDcTracker.java2734 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java350 String updateMsg = "cid=" + cellLocation.getCid() +
/frameworks/base/services/core/java/com/android/server/location/
DGpsLocationProvider.java1932 gsm_cell.getLac(), gsm_cell.getCid()); in requestRefLocation()
/frameworks/base/api/
Dcurrent.txt30644 method public int getCid();
30666 method public int getCid();
30802 method public int getCid();
31228 method public int getCid();
Dsystem-current.txt32878 method public int getCid();
32900 method public int getCid();
33036 method public int getCid();
33511 method public int getCid();