/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityGsm.java | 84 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm() 102 public CellIdentityGsm(@NonNull android.hardware.radio.V1_0.CellIdentityGsm cid) { in CellIdentityGsm() 109 public CellIdentityGsm(@NonNull android.hardware.radio.V1_2.CellIdentityGsm cid) { in CellIdentityGsm() 117 public CellIdentityGsm(@NonNull android.hardware.radio.V1_5.CellIdentityGsm cid) { in CellIdentityGsm() 125 private CellIdentityGsm(@NonNull CellIdentityGsm cid) { in CellIdentityGsm() 258 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation() local
|
D | CellIdentityTdscdma.java | 88 public CellIdentityTdscdma(@Nullable String mcc, @Nullable String mnc, int lac, int cid, in CellIdentityTdscdma() 107 private CellIdentityTdscdma(@NonNull CellIdentityTdscdma cid) { in CellIdentityTdscdma() 114 public CellIdentityTdscdma(@NonNull android.hardware.radio.V1_0.CellIdentityTdscdma cid) { in CellIdentityTdscdma() 120 public CellIdentityTdscdma(@NonNull android.hardware.radio.V1_2.CellIdentityTdscdma cid) { in CellIdentityTdscdma() 127 public CellIdentityTdscdma(@NonNull android.hardware.radio.V1_5.CellIdentityTdscdma cid) { in CellIdentityTdscdma() 248 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation() local
|
D | CellIdentityWcdma.java | 89 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma() 109 public CellIdentityWcdma(@NonNull android.hardware.radio.V1_0.CellIdentityWcdma cid) { in CellIdentityWcdma() 115 public CellIdentityWcdma(@NonNull android.hardware.radio.V1_2.CellIdentityWcdma cid) { in CellIdentityWcdma() 122 public CellIdentityWcdma(@NonNull android.hardware.radio.V1_5.CellIdentityWcdma cid) { in CellIdentityWcdma() 132 private CellIdentityWcdma(@NonNull CellIdentityWcdma cid) { in CellIdentityWcdma() 271 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation() local
|
D | CellIdentityLte.java | 138 public CellIdentityLte(@NonNull android.hardware.radio.V1_0.CellIdentityLte cid) { in CellIdentityLte() 144 public CellIdentityLte(@NonNull android.hardware.radio.V1_2.CellIdentityLte cid) { in CellIdentityLte() 151 public CellIdentityLte(@NonNull android.hardware.radio.V1_5.CellIdentityLte cid) { in CellIdentityLte() 162 private CellIdentityLte(@NonNull CellIdentityLte cid) { in CellIdentityLte() 326 int cid = mCi != CellInfo.UNAVAILABLE ? mCi : -1; in asCellLocation() local
|
D | PcoData.java | 31 public final int cid; field in PcoData 36 public PcoData(int cid, String bearerProto, int pcoId, byte[]contents) { in PcoData()
|
D | CellIdentityCdma.java | 114 public CellIdentityCdma(@NonNull android.hardware.radio.V1_0.CellIdentityCdma cid) { in CellIdentityCdma() 119 public CellIdentityCdma(@NonNull android.hardware.radio.V1_2.CellIdentityCdma cid) { in CellIdentityCdma() 124 private CellIdentityCdma(@NonNull CellIdentityCdma cid) { in CellIdentityCdma()
|
D | SmsCbLocation.java | 73 public SmsCbLocation(@NonNull String plmn, int lac, int cid) { in SmsCbLocation() 163 public boolean isInLocationArea(@Nullable String plmn, int lac, int cid) { in isInLocationArea()
|
D | NeighboringCellInfo.java | 110 public NeighboringCellInfo(int rssi, int cid) { in NeighboringCellInfo() 285 public void setCid(int cid) { in setCid()
|
D | CellIdentityNr.java | 89 public CellIdentityNr(@NonNull android.hardware.radio.V1_4.CellIdentityNr cid) { in CellIdentityNr() 96 public CellIdentityNr(@NonNull android.hardware.radio.V1_5.CellIdentityNr cid) { in CellIdentityNr()
|
D | CellInfoWcdma.java | 92 public void setCellIdentity(CellIdentityWcdma cid) { in setCellIdentity()
|
D | CellInfoCdma.java | 100 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity()
|
D | CellInfoGsm.java | 93 public void setCellIdentity(CellIdentityGsm cid) { in setCellIdentity()
|
D | CellInfoTdscdma.java | 97 public void setCellIdentity(CellIdentityTdscdma cid) { in setCellIdentity()
|
D | CellInfoLte.java | 105 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataService.java | 185 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() 518 public void deactivateDataCall(int slotIndex, int cid, int reason, in deactivateDataCall()
|
D | IDataService.aidl | 33 void deactivateDataCall(int slotId, int cid, int reason, IDataServiceCallback callback); in deactivateDataCall()
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 87 public void setLacAndCid(int lac, int cid) { in setLacAndCid()
|
/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
D | PduBody.java | 167 public PduPart getPartByContentId(String cid) { in getPartByContentId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierResolver.java | 279 private String getCarrierNameFromId(int cid) { in getCarrierNameFromId() 397 private void updateCarrierIdAndName(int cid, String name, in updateCarrierIdAndName() 543 List<String> privilegeAccessRule, int cid, String name, int parentCid) { in CarrierMatchingRule() 976 int cid = cursor.getInt(cursor.getColumnIndex(CarrierId.CARRIER_ID)); in getCarrierIdsFromApnQuery() local
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | buffer_hub_base.h | 73 int cid() const { return cid_; } in cid() function
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityGsmTest.java | 239 int cid = 1; in testgetGlobalCellId() local
|
D | ServiceStateTrackerTest.java | 1903 private void changeRegState(int state, CellIdentity cid, int rat) { in changeRegState() 1907 private void changeRegState(int state, CellIdentity cid, int voiceRat, int dataRat) { in changeRegState() 1931 private void changeRegStateWithIwlan(int state, CellIdentity cid, int voiceRat, int dataRat, in changeRegStateWithIwlan()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | CellularDataService.java | 138 public void deactivateDataCall(int cid, int reason, DataServiceCallback callback) { in deactivateDataCall()
|
D | DataServiceManager.java | 588 public void deactivateDataCall(int cid, int reason, Message onCompleteMessage) { in deactivateDataCall() 604 mIDataService.deactivateDataCall(mPhone.getPhoneId(), cid, reason, callback); in deactivateDataCall() local
|
D | DcController.java | 186 public DataConnection getActiveDcByCid(int cid) { in getActiveDcByCid()
|