/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 | CellIdentityWcdmaTest.java | 51 assertEquals(CID, ci.getCid()); in testDefaultConstructor() 135 assertEquals(CID, ci.getCid()); in testFormerConstructor()
|
D | CellIdentityGsmTest.java | 52 assertEquals(CID, ci.getCid()); in testDefaultConstructor() 135 assertEquals(CID, ci.getCid()); in testFormerConstructor()
|
D | CellIdentityTdscdmaTest.java | 60 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
|
D | ServiceStateTrackerTest.java | 640 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 | CellIdentityTdscdma.java | 133 public int getCid() { in getCid() method in CellIdentityTdscdma
|
D | CellIdentityWcdma.java | 141 public int getCid() { in getCid() method in CellIdentityWcdma
|
D | CellIdentityGsm.java | 143 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 | 122 cid = cellLocation.getCid(); in handleGsmBroadcastSms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcAsyncChannel.java | 196 value = mDc.getCid(); in getCidSync()
|
D | DataConnection.java | 318 int getCid() { in getCid() method in DataConnection 1287 int cid = getCid(); in processMessage()
|
D | DcTracker.java | 4043 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId() 4559 final int cid = dc.getCid(); in handlePcoData()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 914 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()
|
D | GsmCdmaCallTracker.java | 1457 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
|
/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 | GnssLocationProvider.java | 2261 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/config/ |
D | hiddenapi-public-dex.txt | 42746 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
|
D | boot-image-profile.txt | 30295 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/ |
D | current.txt | 41811 method public int getCid(); 41839 method public int getCid(); 41849 method public int getCid(); 42034 method public int getCid(); 42807 method public int getCid();
|