/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NeighboringCellInfoTest.java | 39 assertEquals(0xffff, nc.getCid()); in testConstructor() 45 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid()); in testConstructor() 52 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid()); in testConstructor() 65 assertEquals(0x5678, nc.getCid()); in testParcel() 77 assertEquals(0x5678, nw.getCid()); in testParcel()
|
D | CellIdentityTest.java | 85 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm() 93 assertEquals(MAX_CID, gsm.getCid()); in testConstructCellIdentityGsm() 102 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm()
|
D | CellIdentityTdscdmaTest.java | 62 assertEquals(CellInfo.UNAVAILABLE, ci.getCid()); in testDefaultConstructor() 81 assertEquals(CID, ci.getCid()); in testConstructor()
|
D | DefaultPhoneNotifierTest.java | 373 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation() 381 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
|
D | CellIdentityWcdmaTest.java | 54 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
|
D | CellIdentityGsmTest.java | 54 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
|
D | ServiceStateTrackerTest.java | 959 assertEquals(3, cl.getCid()); in testGsmCellLocation()
|
/frameworks/base/telephony/java/android/telephony/ |
D | NeighboringCellInfo.java | 125 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo() 141 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo() 238 public int getCid() { in getCid() method in NeighboringCellInfo
|
D | SmsCbLocation.java | 110 public int getCid() { in getCid() method in SmsCbLocation
|
D | SmsCbMessage.java | 583 if (mLocation.getCid() != -1) { in getContentValues() 584 cv.put(CellBroadcasts.CID, mLocation.getCid()); in getContentValues()
|
D | CellIdentityTdscdma.java | 177 public int getCid() { in getCid() method in CellIdentityTdscdma
|
D | CellIdentityGsm.java | 164 public int getCid() { in getCid() method in CellIdentityGsm
|
D | CellIdentityWcdma.java | 172 public int getCid() { in getCid() method in CellIdentityWcdma
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 63 public int getCid() { in getCid() method in GsmCellLocation
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 1515 case CellInfo.TYPE_GSM: cid = ((CellIdentityGsm) id).getCid(); break; in getCidFromCellIdentity() 1516 case CellInfo.TYPE_WCDMA: cid = ((CellIdentityWcdma) id).getCid(); break; in getCidFromCellIdentity() 1544 cid = cig.getCid(); in setRefLocation() 1549 cid = ciw.getCid(); in setRefLocation()
|
/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 | 2483 case CellInfo.TYPE_GSM: cid = ((CellIdentityGsm) id).getCid(); break; in getCidFromCellIdentity() 2484 case CellInfo.TYPE_WCDMA: cid = ((CellIdentityWcdma) id).getCid(); break; in getCidFromCellIdentity() 2485 case CellInfo.TYPE_TDSCDMA: cid = ((CellIdentityTdscdma) id).getCid(); break; in getCidFromCellIdentity()
|
D | GsmCdmaCallTracker.java | 1620 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 44391 method public int getCid(); 44433 method public int getCid(); 44446 method public int getCid(); 45167 method @Deprecated public int getCid(); 46807 method @Deprecated public int getCid();
|
D | system-current.txt | 15076 method public int 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();
|