Searched refs:hasParentSessionId (Results 1 – 8 of 8) sorted by relevance
611 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()
262 if (!session.isStagedAndInTerminalState() && session.hasParentSessionId() in restoreAndApplyStagedSessionIfNeeded()789 if (session.userId == userId && !session.hasParentSessionId()) { in getAllSessions()810 && session.userId == userId && !session.hasParentSessionId()) { in getMySessions()
841 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
312 assertEquals(expected.hasParentSessionId(), actual.hasParentSessionId()); in assertSessionsEquivalent()
2259 && !hasParentSessionId(); in isStagedSessionActive()2273 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstaller.SessionInfo
10587 HSPLcom/android/server/pm/PackageInstallerSession;->hasParentSessionId()Z
11493 method public boolean hasParentSessionId();