HomeSort by relevance Sort by last modified time
    Searched refs:stageCid (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 119 final String stageCid;
237 File stageDir, String stageCid, boolean prepared, boolean sealed) {
250 this.stageCid = stageCid;
252 if ((stageDir == null) == (stageCid == null)) {
254 "Exactly one of stageDir or stageCid stage must be set");
345 final String path = PackageHelper.getSdDir(stageCid);
349 throw new IOException("Failed to resolve path to container " + stageCid);
606 if (stageCid != null) {
611 resizeContainer(stageCid, finalSize)
    [all...]
PackageInstallerService.java 297 final String cid = session.stageCid;
416 final String stageCid = readStringAttribute(in, ATTR_SESSION_STAGE_CID);
446 params, createdMillis, stageDir, stageCid, prepared, sealed);
492 if (session.stageCid != null) {
493 writeStringAttribute(out, ATTR_SESSION_STAGE_CID, session.stageCid);
708 String stageCid = null;
714 stageCid = buildExternalStageCid(sessionId);
719 params, createdMillis, stageDir, stageCid, false, false);
    [all...]

Completed in 53 milliseconds