/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()
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 58 public int getCid() { in getCid() method in GsmCellLocation
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | SmsCbLocation.java | 97 public int getCid() { in getCid() method in SmsCbLocation
|
D | CellBroadcastMessage.java | 262 if (location.getCid() != -1) { in getContentValues() 263 cv.put(Telephony.CellBroadcasts.CID, location.getCid()); in getContentValues()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityGsm.java | 102 public int getCid() { in getCid() method in CellIdentityGsm
|
D | CellIdentityWcdma.java | 107 public int getCid() { in getCid() method in CellIdentityWcdma
|
D | NeighboringCellInfo.java | 193 public int getCid() { in getCid() method in NeighboringCellInfo
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmCellBroadcastHandler.java | 122 cid = cellLocation.getCid(); in handleGsmBroadcastSms()
|
D | GsmServiceStateTracker.java | 469 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1); in handleMessage() 1057 if (loc != null) cid = loc.getCid(); in pollStateDone() 1596 if ((mCellLoc.getLac() >= 0) && (mCellLoc.getCid() >= 0)) { in getCellLocation() 1620 cellIdentityGsm.getCid()); in getCellLocation() 1628 cellIdentityWcdma.getCid()); in getCellLocation() 1633 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
|
D | GsmCallTracker.java | 933 causeCode, loc != null ? loc.getCid() : -1, in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcAsyncChannel.java | 194 value = mDc.getCid(); in getCidSync()
|
D | DataConnection.java | 285 int getCid() { in getCid() method in DataConnection 1129 int cid = getCid(); in processMessage()
|
D | DcTracker.java | 2741 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 350 String updateMsg = "cid=" + cellLocation.getCid() +
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsLocationProvider.java | 1958 gsm_cell.getLac(), gsm_cell.getCid()); in requestRefLocation()
|
/frameworks/base/api/ |
D | system-current.txt | 30402 method public int getCid(); 30424 method public int getCid(); 30555 method public int getCid(); 31003 method public int getCid();
|
D | current.txt | 28207 method public int getCid(); 28229 method public int getCid(); 28360 method public int getCid(); 28770 method public int getCid();
|