Home
last modified time | relevance | path

Searched refs:hasParentSessionId (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java611 return session.hasParentSessionId() ? session.getParentSessionId() : session.sessionId; in parentOrOwnSessionId()
654 if (stagedSession.hasParentSessionId()) { in checkNonOverlappingWithStagedSessions()
755 if (session.hasParentSessionId()) { in isMultiPackageSessionComplete()
772 if (session.isMultiPackage() || session.hasParentSessionId()) { in restoreSession()
778 if (session.hasParentSessionId()) { in restoreSession()
DPackageInstallerService.java262 if (!session.isStagedAndInTerminalState() && session.hasParentSessionId() in restoreAndApplyStagedSessionIfNeeded()
789 if (session.userId == userId && !session.hasParentSessionId()) { in getAllSessions()
810 && session.userId == userId && !session.hasParentSessionId()) { in getMySessions()
DPackageInstallerSession.java841 if (hasParentSessionId()) { in commit()
2048 if (hasParentSessionId()) { in abandon()
2105 || (childSession.hasParentSessionId() && childSession.mParentSessionId != sessionId) in addChildSessionId()
2155 boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstallerSession
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageInstallerSessionTest.java312 assertEquals(expected.hasParentSessionId(), actual.hasParentSessionId()); in assertSessionsEquivalent()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java2259 && !hasParentSessionId(); in isStagedSessionActive()
2273 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstaller.SessionInfo
/frameworks/base/services/
Dart-profile10587 HSPLcom/android/server/pm/PackageInstallerSession;->hasParentSessionId()Z
/frameworks/base/non-updatable-api/
Dcurrent.txt11493 method public boolean hasParentSessionId();
/frameworks/base/api/
Dcurrent.txt11493 method public boolean hasParentSessionId();