Home
last modified time | relevance | path

Searched refs:getCid (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNeighboringCellInfoTest.java39 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()
DCellIdentityTest.java85 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm()
93 assertEquals(MAX_CID, gsm.getCid()); in testConstructCellIdentityGsm()
102 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm()
DCellIdentityTdscdmaTest.java62 assertEquals(CellInfo.UNAVAILABLE, ci.getCid()); in testDefaultConstructor()
81 assertEquals(CID, ci.getCid()); in testConstructor()
DDefaultPhoneNotifierTest.java373 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
381 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
DCellIdentityWcdmaTest.java54 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
DCellIdentityGsmTest.java54 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
DServiceStateTrackerTest.java959 assertEquals(3, cl.getCid()); in testGsmCellLocation()
/frameworks/base/telephony/java/android/telephony/
DNeighboringCellInfo.java125 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo()
141 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo()
238 public int getCid() { in getCid() method in NeighboringCellInfo
DSmsCbLocation.java110 public int getCid() { in getCid() method in SmsCbLocation
DSmsCbMessage.java583 if (mLocation.getCid() != -1) { in getContentValues()
584 cv.put(CellBroadcasts.CID, mLocation.getCid()); in getContentValues()
DCellIdentityTdscdma.java177 public int getCid() { in getCid() method in CellIdentityTdscdma
DCellIdentityGsm.java164 public int getCid() { in getCid() method in CellIdentityGsm
DCellIdentityWcdma.java172 public int getCid() { in getCid() method in CellIdentityWcdma
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java63 public int getCid() { in getCid() method in GsmCellLocation
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1515 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/
DTrackerService.java350 String updateMsg = "cid=" + cellLocation.getCid() +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2483 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()
DGsmCdmaCallTracker.java1620 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt44391 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();
Dsystem-current.txt15076 method public int getCid();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28205 method public int getCid();
28227 method public int getCid();
28358 method public int getCid();
28768 method public int getCid();