/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 93 public static String createSdDir(long sizeBytes, String cid, String sdEncKey, int uid, in createSdDir() argument 103 int rc = storageManager.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid, in createSdDir() 106 Log.e(TAG, "Failed to create secure container " + cid); in createSdDir() 109 String cachePath = storageManager.getSecureContainerPath(cid); in createSdDir() 110 if (localLOGV) Log.i(TAG, "Created secure container " + cid + in createSdDir() 119 public static boolean resizeSdDir(long sizeBytes, String cid, String sdEncKey) { in resizeSdDir() argument 124 int rc = storageManager.resizeSecureContainer(cid, sizeMb, sdEncKey); in resizeSdDir() 131 Log.e(TAG, "Failed to create secure container " + cid); in resizeSdDir() 135 public static String mountSdDir(String cid, String key, int ownerUid) { in mountSdDir() argument 136 return mountSdDir(cid, key, ownerUid, true); in mountSdDir() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | PcoData.java | 31 public final int cid; field in PcoData 36 public PcoData(int cid, String bearerProto, int pcoId, byte[]contents) { in PcoData() argument 37 this.cid = cid; in PcoData() 44 cid = in.readInt(); in PcoData() 54 out.writeInt(cid); in writeToParcel() 84 return "PcoData(" + cid + ", " + bearerProto + ", " + pcoId + ", contents[" + in toString()
|
D | CellIdentityWcdma.java | 67 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { in CellIdentityWcdma() argument 68 this(mcc, mnc, lac, cid, psc, Integer.MAX_VALUE); in CellIdentityWcdma() 82 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) { in CellIdentityWcdma() argument 86 mCid = cid; in CellIdentityWcdma() 91 private CellIdentityWcdma(CellIdentityWcdma cid) { in CellIdentityWcdma() argument 92 mMcc = cid.mMcc; in CellIdentityWcdma() 93 mMnc = cid.mMnc; in CellIdentityWcdma() 94 mLac = cid.mLac; in CellIdentityWcdma() 95 mCid = cid.mCid; in CellIdentityWcdma() 96 mPsc = cid.mPsc; in CellIdentityWcdma() [all …]
|
D | CellIdentityGsm.java | 66 public CellIdentityGsm (int mcc, int mnc, int lac, int cid) { in CellIdentityGsm() argument 67 this(mcc, mnc, lac, cid, Integer.MAX_VALUE, Integer.MAX_VALUE); in CellIdentityGsm() 81 public CellIdentityGsm (int mcc, int mnc, int lac, int cid, int arfcn, int bsic) { in CellIdentityGsm() argument 85 mCid = cid; in CellIdentityGsm() 90 private CellIdentityGsm(CellIdentityGsm cid) { in CellIdentityGsm() argument 91 mMcc = cid.mMcc; in CellIdentityGsm() 92 mMnc = cid.mMnc; in CellIdentityGsm() 93 mLac = cid.mLac; in CellIdentityGsm() 94 mCid = cid.mCid; in CellIdentityGsm() 95 mArfcn = cid.mArfcn; in CellIdentityGsm() [all …]
|
D | CellIdentityLte.java | 92 private CellIdentityLte(CellIdentityLte cid) { in CellIdentityLte() argument 93 mMcc = cid.mMcc; in CellIdentityLte() 94 mMnc = cid.mMnc; in CellIdentityLte() 95 mCi = cid.mCi; in CellIdentityLte() 96 mPci = cid.mPci; in CellIdentityLte() 97 mTac = cid.mTac; in CellIdentityLte() 98 mEarfcn = cid.mEarfcn; in CellIdentityLte()
|
D | CellIdentityCdma.java | 85 private CellIdentityCdma(CellIdentityCdma cid) { in CellIdentityCdma() argument 86 mNetworkId = cid.mNetworkId; in CellIdentityCdma() 87 mSystemId = cid.mSystemId; in CellIdentityCdma() 88 mBasestationId = cid.mBasestationId; in CellIdentityCdma() 89 mLongitude = cid.mLongitude; in CellIdentityCdma() 90 mLatitude = cid.mLatitude; in CellIdentityCdma()
|
D | NeighboringCellInfo.java | 98 public NeighboringCellInfo(int rssi, int cid) { in NeighboringCellInfo() argument 100 mCid = cid; in NeighboringCellInfo() 240 public void setCid(int cid) { in setCid() argument 241 mCid = cid; in setCid()
|
D | CellInfoLte.java | 53 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity() argument 54 if (DBG) log("setCellIdentity: " + cid); in setCellIdentity() 55 mCellIdentityLte = cid; in setCellIdentity()
|
D | CellInfoCdma.java | 52 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity() argument 53 mCellIdentityCdma = cid; in setCellIdentity()
|
D | CellInfoWcdma.java | 52 public void setCellIdentity(CellIdentityWcdma cid) { in setCellIdentity() argument 53 mCellIdentityWcdma = cid; in setCellIdentity()
|
D | CellInfoGsm.java | 52 public void setCellIdentity(CellIdentityGsm cid) { in setCellIdentity() argument 53 mCellIdentityGsm = cid; in setCellIdentity()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 22 50105 pdp_setup_fail (cause|1|5), (cid|1|5), (network_type|1|5) 25 50106 call_drop (cause|1|5), (cid|1|5), (network_type|1|5) 28 50107 data_network_registration_fail (op_numeric|1|5), (cid|1|5) 34 50109 pdp_network_drop (cid|1|5), (network_type|1|5) 37 50110 cdma_data_setup_failed (cause|1|5), (cid|1|5), (network_type|1|5) 40 50111 cdma_data_drop (cid|1|5), (network_type|1|5) 46 50112 gsm_rat_switched (cid|1|5), (network_from|1|5), (network_to|1|5) 81 50123 gsm_rat_switched_new (cid|1|5), (network_from|1|5), (network_to|1|5)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmCellBroadcastHandler.java | 112 int cid = -1; in handleGsmBroadcastSms() local 120 cid = cellLocation.getCid(); in handleGsmBroadcastSms() 131 location = new SmsCbLocation(plmn, lac, cid); in handleGsmBroadcastSms() 183 if (!info.matchesLocation(plmn, lac, cid)) { in handleGsmBroadcastSms() 239 public boolean matchesLocation(String plmn, int lac, int cid) { in matchesLocation() argument 240 return mLocation.isInLocationArea(plmn, lac, cid); in matchesLocation()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | SmsCbLocation.java | 62 public SmsCbLocation(String plmn, int lac, int cid) { in SmsCbLocation() argument 65 mCid = cid; in SmsCbLocation() 150 public boolean isInLocationArea(String plmn, int lac, int cid) { in isInLocationArea() argument 159 if (mCid != -1 && mCid != cid) { in isInLocationArea()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataCallResponse.java | 41 public final int cid; field in DataCallResponse 75 public DataCallResponse(int status, int suggestedRetryTime, int cid, int active, String type, in DataCallResponse() argument 80 this.cid = cid; in DataCallResponse() 100 .append(" cid=").append(cid) in toString()
|
D | DcController.java | 142 public DataConnection getActiveDcByCid(int cid) { in getActiveDcByCid() argument 143 return mDcListActiveByCid.get(cid); in getActiveDcByCid() 228 dataCallResponseListByCid.put(dcs.cid, dcs); in onDataStateChanged() 251 DataConnection dc = mDcListActiveByCid.get(newState.cid); in onDataStateChanged() 263 if (DBG) log("onDataStateChanged: Found ConnId=" + newState.cid in onDataStateChanged()
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 85 public void setLacAndCid(int lac, int cid) { in setLacAndCid() argument 87 mCid = cid; in setLacAndCid()
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 61 svc->name_.c_str(), info_.op, info_.pid, info_.cid); in Destroy() 374 return svc->endpoint()->ModifyChannelEvents(info_.cid, clear_mask, in ModifyChannelEvents() 422 int Message::GetChannelId() const { return info_.cid; } in GetChannelId() 442 status = svc->SetChannel(info_.cid, chan); in SetChannel() 594 info.cid); in HandleSystemMessage() 601 info.cid); in HandleSystemMessage() 609 info.pid, info.cid); in HandleSystemMessage() 616 info.cid); in HandleSystemMessage() 638 info.pid, info.cid, info.op); in DefaultHandleMessage()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 1049 private static void resizeContainer(String cid, long targetSize) in resizeContainer() argument 1051 String path = PackageHelper.getSdDir(cid); in resizeContainer() 1054 "Failed to find mounted " + cid); in resizeContainer() 1064 if (!PackageHelper.unMountSdDir(cid)) { in resizeContainer() 1066 "Failed to unmount " + cid + " before resize"); in resizeContainer() 1069 if (!PackageHelper.resizeSdDir(targetSize, cid, in resizeContainer() 1072 "Failed to resize " + cid + " to " + targetSize + " bytes"); in resizeContainer() 1075 path = PackageHelper.mountSdDir(cid, PackageManagerService.getEncryptKey(), in resizeContainer() 1079 "Failed to mount " + cid + " after resize"); in resizeContainer() 1083 private void finalizeAndFixContainer(String cid) throws PackageManagerException { in finalizeAndFixContainer() argument [all …]
|
D | PackageInstallerService.java | 288 for (String cid : PackageHelper.getSecureContainerList()) { in onSecureContainersAvailable() 289 if (isStageName(cid)) { in onSecureContainersAvailable() 290 unclaimed.add(cid); in onSecureContainersAvailable() 297 final String cid = session.stageCid; in onSecureContainersAvailable() local 299 if (unclaimed.remove(cid)) { in onSecureContainersAvailable() 301 PackageHelper.mountSdDir(cid, PackageManagerService.getEncryptKey(), in onSecureContainersAvailable() 307 for (String cid : unclaimed) { in onSecureContainersAvailable() 308 Slog.w(TAG, "Deleting orphan container " + cid); in onSecureContainersAvailable() 309 PackageHelper.destroySdDir(cid); in onSecureContainersAvailable()
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
D | PduBody.java | 157 public PduPart getPartByContentId(String cid) { in getPartByContentId() argument 158 return mPartMapByContentId.get(cid); in getPartByContentId()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | vsync_service.h | 39 VSyncChannel(pdx::Service& service, int pid, int cid) in VSyncChannel() argument 40 : service_(service), pid_(pid), cid_(cid) {} in VSyncChannel()
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | CellBroadcastMessage.java | 161 int cid; in createFromCursor() local 164 cid = cursor.getInt(cidColumn); in createFromCursor() 166 cid = -1; in createFromCursor() 169 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid); in createFromCursor()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | service_endpoint.h | 20 int cid{0};
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1039 public void writeRilDeactivateDataCall(int phoneId, int rilSerial, int cid, int reason) { in writeRilDeactivateDataCall() argument 1042 deactivateDataCall.cid = cid; in writeRilDeactivateDataCall() 1061 dataCalls[i].cid = dcsList.get(i).cid; in writeRilDataCallList() 1313 dataCall.cid = response.cid; in writeOnSetupDataCallResponse()
|