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 117 final String stageCid;
232 File stageDir, String stageCid, boolean prepared, boolean sealed) {
245 this.stageCid = stageCid;
247 if ((stageDir == null) == (stageCid == null)) {
249 "Exactly one of stageDir or stageCid stage must be set");
339 final String path = PackageHelper.getSdDir(stageCid);
343 throw new IOException("Failed to resolve path to container " + stageCid);
587 if (stageCid != null) {
592 resizeContainer(stageCid, finalSize)
    [all...]
PackageInstallerService.java 288 final String cid = session.stageCid;
395 final String stageCid = readStringAttribute(in, ATTR_SESSION_STAGE_CID);
424 params, createdMillis, stageDir, stageCid, prepared, sealed);
470 if (session.stageCid != null) {
471 writeStringAttribute(out, ATTR_SESSION_STAGE_CID, session.stageCid);
680 String stageCid = null;
686 stageCid = buildExternalStageCid(sessionId);
691 params, createdMillis, stageDir, stageCid, false, false);
    [all...]

Completed in 390 milliseconds