/frameworks/base/telephony/java/android/telephony/ |
H A D | PcoData.java | 31 public final int cid; field in class:PcoData 36 public PcoData(int cid, String bearerProto, int pcoId, byte[]contents) { argument 37 this.cid = cid; 44 cid = in.readInt(); 54 out.writeInt(cid); 84 return "PcoData(" + cid + ", " + bearerProto + ", " + pcoId + ", contents[" +
|
H A D | CellInfoCdma.java | 52 public void setCellIdentity(CellIdentityCdma cid) { argument 53 mCellIdentityCdma = cid;
|
H A D | CellInfoGsm.java | 52 public void setCellIdentity(CellIdentityGsm cid) { argument 53 mCellIdentityGsm = cid;
|
H A D | CellInfoLte.java | 53 public void setCellIdentity(CellIdentityLte cid) { argument 54 if (DBG) log("setCellIdentity: " + cid); 55 mCellIdentityLte = cid;
|
H A D | CellInfoWcdma.java | 52 public void setCellIdentity(CellIdentityWcdma cid) { argument 53 mCellIdentityWcdma = cid;
|
H A D | NeighboringCellInfo.java | 89 * Initialize the object from rssi and cid. 98 public NeighboringCellInfo(int rssi, int cid) { argument 100 mCid = cid; 236 * @deprecated cid value passed as in location parameter passed to constructor 240 public void setCid(int cid) { argument 241 mCid = cid;
|
H A D | CellIdentityCdma.java | 109 private CellIdentityCdma(CellIdentityCdma cid) { argument 110 this(cid.mNetworkId, cid.mSystemId, cid.mBasestationId, cid.mLongitude, cid.mLatitude, 111 cid.mAlphaLong, cid.mAlphaShort);
|
H A D | CellIdentityTdscdma.java | 53 * @param cid 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown 58 public CellIdentityTdscdma(int mcc, int mnc, int lac, int cid, int cpid) { argument 59 this(String.valueOf(mcc), String.valueOf(mnc), lac, cid, cpid, null, null); 66 * @param cid 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown 72 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid) { argument 75 mCid = cid; 83 * @param cid 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown 90 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid, argument 94 mCid = cid; 98 private CellIdentityTdscdma(CellIdentityTdscdma cid) { argument [all...] |
H A D | CellIdentityWcdma.java | 56 * @param cid 28-bit UMTS Cell Identity 61 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { argument 62 this(lac, cid, psc, Integer.MAX_VALUE, String.valueOf(mcc), String.valueOf(mnc), 71 * @param cid 28-bit UMTS Cell Identity 77 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) { argument 78 this(lac, cid, psc, uarfcn, String.valueOf(mcc), String.valueOf(mnc), null, null); 84 * @param cid 28-bit UMTS Cell Identity 94 public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn, argument 98 mCid = cid; 103 private CellIdentityWcdma(CellIdentityWcdma cid) { argument [all...] |
H A D | CellIdentityGsm.java | 56 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity 60 public CellIdentityGsm(int mcc, int mnc, int lac, int cid) { argument 61 this(lac, cid, Integer.MAX_VALUE, Integer.MAX_VALUE, 70 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity 76 public CellIdentityGsm(int mcc, int mnc, int lac, int cid, int arfcn, int bsic) { argument 77 this(lac, cid, arfcn, bsic, String.valueOf(mcc), String.valueOf(mnc), null, null); 83 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity 93 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, String mccStr, argument 97 mCid = cid; 104 private CellIdentityGsm(CellIdentityGsm cid) { argument [all...] |
H A D | CellIdentityLte.java | 110 private CellIdentityLte(CellIdentityLte cid) { argument 111 this(cid.mCi, cid.mPci, cid.mTac, cid.mEarfcn, cid.mBandwidth, cid.mMccStr, 112 cid.mMncStr, cid.mAlphaLong, cid [all...] |
/frameworks/base/telephony/java/android/telephony/gsm/ |
H A D | GsmCellLocation.java | 44 mCid = bundle.getInt("cid", -1); 85 public void setLacAndCid(int lac, int cid) { argument 87 mCid = cid; 144 m.putInt("cid", mCid);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | SmsCbLocation.java | 62 public SmsCbLocation(String plmn, int lac, int cid) { argument 65 mCid = cid; 147 * @param cid the Cell ID to compare with 150 public boolean isInLocationArea(String plmn, int lac, int cid) { argument 159 if (mCid != -1 && mCid != cid) {
|
/frameworks/native/libs/vr/libvrflinger/ |
H A D | vsync_service.h | 39 VSyncChannel(pdx::Service& service, int pid, int cid) argument 40 : service_(service), pid_(pid), cid_(cid) {}
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
H A D | GsmCellBroadcastHandler.java | 114 int cid = -1; 122 cid = cellLocation.getCid(); 133 location = new SmsCbLocation(plmn, lac, cid); 187 if (!info.matchesLocation(plmn, lac, cid)) { 240 * @param cid the current Cell ID 243 public boolean matchesLocation(String plmn, int lac, int cid) { argument 244 return mLocation.isInLocationArea(plmn, lac, cid);
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
H A D | PduBody.java | 154 * @param cid the value of content id. 157 public PduPart getPartByContentId(String cid) { argument 158 return mPartMapByContentId.get(cid);
|
/frameworks/base/telephony/java/android/telephony/data/ |
H A D | DataCallResponse.java | 52 * @param cid The unique id of the data connection. 72 public DataCallResponse(int status, int suggestedRetryTime, int cid, int active, argument 80 mCid = cid; 181 .append(" cid=").append(mCid)
|
H A D | DataService.java | 168 * @param cid Call id returned in the callback of {@link DataServiceProvider#setupDataCall( 176 public void deactivateDataCall(int cid, @DeactivateDataReason int reason, argument 281 public final int cid; field in class:DataService.DeactivateDataCallRequest 284 DeactivateDataCallRequest(int cid, int reason, IDataServiceCallback callback) { argument 285 this.cid = cid; 375 serviceProvider.deactivateDataCall(deactivateDataCallRequest.cid, 501 public void deactivateDataCall(int slotId, int cid, int reason, argument 504 new DeactivateDataCallRequest(cid, reason, callback))
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | CellularDataService.java | 163 public void deactivateDataCall(int cid, int reason, DataServiceCallback callback) { argument 174 mPhone.mCi.deactivateDataCall(cid, reason, message); 315 dcResult.cid,
|
H A D | DcController.java | 166 public DataConnection getActiveDcByCid(int cid) { argument 168 return mDcListActiveByCid.get(cid); 283 // Create hashmap of cid to DataCallResponse
|
H A D | DataServiceManager.java | 394 * @param cid Call id returned in the callback of {@link #setupDataCall(int, DataProfile, 402 public void deactivateDataCall(int cid, int reason, Message onCompleteMessage) { argument 416 mIDataService.deactivateDataCall(mPhone.getPhoneId(), cid, reason, callback);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierIdentifier.java | 303 private void updateCarrierIdAndName(int cid, String name) { argument 310 if (cid != mCarrierId) { 311 logd("[updateCarrierId] from:" + mCarrierId + " to:" + cid); 312 mCarrierId = cid; 316 mCarrierIdLocalLog.log("[updateCarrierIdAndName] cid:" + mCarrierId + " name:" 352 * carrier matching attributes with corresponding cid 393 String gid1, String gid2, String plmn, String spn, String apn, int cid, 403 mCid = cid; 509 + " cid: " + mCid 560 logd("[matchCarrier - no match] cid 392 CarrierMatchingRule(String mccmnc, String imsiPrefixPattern, String iccidPrefix, String gid1, String gid2, String plmn, String spn, String apn, int cid, String name) argument [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 1094 * @param cid call id 1097 public void writeRilDeactivateDataCall(int phoneId, int rilSerial, int cid, int reason) { argument 1100 deactivateDataCall.cid = cid; 1131 dataCalls[i].cid = dcsList.get(i).getCallId(); 1383 dataCall.cid = result.cid; 1828 * @param cid Unique Carrier Id 1832 public void writeCarrierIdMatchingEvent(int phoneId, int version, int cid, argument 1837 if (cid ! [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCommandInterface.java | 279 public void deactivateDataCall(int cid, int reason, Message result) { argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipCommandInterface.java | 280 public void deactivateDataCall(int cid, int reason, Message result) { argument
|