Home
last modified time | relevance | path

Searched defs:cid (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/
DCellIdentityTdscdma.java74 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid, int uarfcn, in CellIdentityTdscdma()
83 private CellIdentityTdscdma(CellIdentityTdscdma cid) { in CellIdentityTdscdma() method in CellIdentityTdscdma
89 public CellIdentityTdscdma(android.hardware.radio.V1_0.CellIdentityTdscdma cid) { in CellIdentityTdscdma()
94 public CellIdentityTdscdma(android.hardware.radio.V1_2.CellIdentityTdscdma cid) { in CellIdentityTdscdma()
178 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation() local
DCellIdentityGsm.java73 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, String mccStr, in CellIdentityGsm()
83 public CellIdentityGsm(android.hardware.radio.V1_0.CellIdentityGsm cid) { in CellIdentityGsm()
90 public CellIdentityGsm(android.hardware.radio.V1_2.CellIdentityGsm cid) { in CellIdentityGsm()
96 private CellIdentityGsm(CellIdentityGsm cid) { in CellIdentityGsm() method in CellIdentityGsm
207 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation() local
DCellIdentityWcdma.java73 public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn, in CellIdentityWcdma()
83 public CellIdentityWcdma(android.hardware.radio.V1_0.CellIdentityWcdma cid) { in CellIdentityWcdma()
88 public CellIdentityWcdma(android.hardware.radio.V1_2.CellIdentityWcdma cid) { in CellIdentityWcdma()
94 private CellIdentityWcdma(CellIdentityWcdma cid) { in CellIdentityWcdma() method in CellIdentityWcdma
203 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation() local
DPcoData.java31 public final int cid; field in PcoData
36 public PcoData(int cid, String bearerProto, int pcoId, byte[]contents) { in PcoData()
DCellIdentityLte.java106 public CellIdentityLte(android.hardware.radio.V1_0.CellIdentityLte cid) { in CellIdentityLte()
111 public CellIdentityLte(android.hardware.radio.V1_2.CellIdentityLte cid) { in CellIdentityLte()
117 private CellIdentityLte(CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte
239 int cid = mCi != CellInfo.UNAVAILABLE ? mCi : -1; in asCellLocation() local
DCellIdentityCdma.java110 public CellIdentityCdma(android.hardware.radio.V1_0.CellIdentityCdma cid) { in CellIdentityCdma()
115 public CellIdentityCdma(android.hardware.radio.V1_2.CellIdentityCdma cid) { in CellIdentityCdma()
120 private CellIdentityCdma(CellIdentityCdma cid) { in CellIdentityCdma() method in CellIdentityCdma
DNeighboringCellInfo.java110 public NeighboringCellInfo(int rssi, int cid) { in NeighboringCellInfo()
285 public void setCid(int cid) { in setCid()
DCellInfoWcdma.java83 public void setCellIdentity(CellIdentityWcdma cid) { in setCellIdentity()
DCellInfoGsm.java84 public void setCellIdentity(CellIdentityGsm cid) { in setCellIdentity()
DCellInfoTdscdma.java87 public void setCellIdentity(CellIdentityTdscdma cid) { in setCellIdentity()
DCellInfoCdma.java90 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity()
DCellInfoLte.java94 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity()
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsCbLocation.java62 public SmsCbLocation(String plmn, int lac, int cid) { in SmsCbLocation()
150 public boolean isInLocationArea(String plmn, int lac, int cid) { in isInLocationArea()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java114 int cid = -1; in handleGsmBroadcastSms() local
243 public boolean matchesLocation(String plmn, int lac, int cid) { in matchesLocation()
/frameworks/base/telephony/java/android/telephony/data/
DDataService.java185 public void deactivateDataCall(int cid, @DeactivateDataReason int reason, in deactivateDataCall()
296 public final int cid; field in DataService.DeactivateDataCallRequest
299 DeactivateDataCallRequest(int cid, int reason, IDataServiceCallback callback) { in DeactivateDataCallRequest()
515 public void deactivateDataCall(int slotIndex, int cid, int reason, in deactivateDataCall()
DIDataService.aidl33 void deactivateDataCall(int slotId, int cid, int reason, IDataServiceCallback callback); in deactivateDataCall()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java87 public void setLacAndCid(int lac, int cid) { in setLacAndCid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java278 private String getCarrierNameFromId(int cid) { in getCarrierNameFromId()
396 private void updateCarrierIdAndName(int cid, String name, in updateCarrierIdAndName()
542 List<String> privilegeAccessRule, int cid, String name, int parentCid) { in CarrierMatchingRule()
975 int cid = cursor.getInt(cursor.getColumnIndex(CarrierId.CARRIER_ID)); in getCarrierIdsFromApnQuery() local
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduBody.java157 public PduPart getPartByContentId(String cid) { in getPartByContentId()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbuffer_hub_base.h73 int cid() const { return cid_; } in cid() function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DCellularDataService.java146 public void deactivateDataCall(int cid, int reason, DataServiceCallback callback) { in deactivateDataCall()
DDataServiceManager.java463 public void deactivateDataCall(int cid, int reason, Message onCompleteMessage) { in deactivateDataCall()
476 mIDataService.deactivateDataCall(mPhone.getPhoneId(), cid, reason, callback); in deactivateDataCall() local
DDcController.java157 public DataConnection getActiveDcByCid(int cid) { in getActiveDcByCid()
/frameworks/opt/telephony/src/java/android/telephony/
DCellBroadcastMessage.java164 int cid; in createFromCursor() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1369 public void writeRilDeactivateDataCall(int phoneId, int rilSerial, int cid, int reason) { in writeRilDeactivateDataCall()
1398 public void writeRilDataCallEvent(int phoneId, int cid, in writeRilDataCallEvent()
2449 public void writeCarrierIdMatchingEvent(int phoneId, int version, int cid, in writeCarrierIdMatchingEvent()

12