/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 | ServiceStateTrackerTest.java | 392 assertEquals(3, cl.getCid()); in testGsmCellLocation()
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 58 public int getCid() { in getCid() method in GsmCellLocation
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | SmsCbLocation.java | 97 public int getCid() { in getCid() method in SmsCbLocation
|
/frameworks/base/telephony/java/android/telephony/ |
D | NeighboringCellInfo.java | 193 public int getCid() { in getCid() method in NeighboringCellInfo
|
D | CellIdentityWcdma.java | 129 public int getCid() { in getCid() method in CellIdentityWcdma
|
D | CellIdentityGsm.java | 129 public int getCid() { in getCid() method in CellIdentityGsm
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | CellBroadcastMessage.java | 264 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/ |
D | GsmCellBroadcastHandler.java | 120 cid = cellLocation.getCid(); in handleGsmBroadcastSms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcAsyncChannel.java | 194 value = mDc.getCid(); in getCidSync()
|
D | DataConnection.java | 270 int getCid() { in getCid() method in DataConnection 1129 int cid = getCid(); in processMessage()
|
D | DcTracker.java | 4135 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId() 4634 final int cid = dc.getCid(); in handlePcoData()
|
/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/ |
D | ServiceStateTracker.java | 1266 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1); in handleMessage() 2703 if (loc != null) cid = loc.getCid(); in pollStateDone() 3398 ((GsmCellLocation)mCellLoc).getCid() >= 0) { in getCellLocation() 3422 cellIdentityGsm.getCid()); in getCellLocation() 3430 cellIdentityWcdma.getCid()); in getCellLocation() 3435 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
|
D | GsmCdmaCallTracker.java | 1448 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 2085 gsm_cell.getLac(), gsm_cell.getCid());
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28205 method public int getCid(); 28227 method public int getCid(); 28358 method public int getCid(); 28768 method public int getCid();
|
/frameworks/base/api/ |
D | current.txt | 39473 method public int getCid(); 39496 method public int getCid(); 39638 method public int getCid(); 40173 method public int getCid();
|
D | system-current.txt | 42903 method public int getCid(); 42926 method public int getCid(); 43068 method public int getCid(); 43677 method public int getCid();
|