Searched refs:hasParentSessionId (Results 1 – 9 of 9) sorted by relevance
320 assertEquals(expected.hasParentSessionId(), actual.hasParentSessionId()); in assertSessionsEquivalent()
138 boolean hasParentSessionId(); in hasParentSessionId() method668 return session.hasParentSessionId() ? session.getParentSessionId() : session.sessionId(); in getSessionIdForParentOrSelf()672 return session.hasParentSessionId() in getParentSessionOrSelf()720 if (stagedSession.hasParentSessionId() || !stagedSession.isCommitted() in checkNonOverlappingWithStagedSessions()918 Preconditions.checkArgument(!session.hasParentSessionId(), in restoreSessions()
316 if (!stagedSession.isInTerminalState() && stagedSession.hasParentSessionId() in restoreAndApplyStagedSessionIfNeeded()323 if (!stagedSession.hasParentSessionId() && stagedSession.isCommitted() in restoreAndApplyStagedSessionIfNeeded()391 PackageInstallerSession root = !session.hasParentSessionId() in freeStageDirs()1011 if (session.userId == userId && !session.hasParentSessionId() in getAllSessions()1034 && session.userId == userId && !session.hasParentSessionId() in getMySessions()1414 final PackageInstallerSession rootSession = session.hasParentSessionId() in dump()
603 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstallerSession.StagedSession604 return PackageInstallerSession.this.hasParentSessionId(); in hasParentSessionId()1688 if (hasParentSessionId()) { in commit()2178 final PackageInstallerSession root = hasParentSessionId() in onAfterSessionRead()2577 if (!hasParentSessionId()) { in makeVerificationParamsLocked()3726 if (hasParentSessionId()) { in assertNotChildLocked()3901 if (hasParentSessionId()) { in prepareDataLoaderLocked()4072 return (!hasParentSessionId() || mParentSessionId == parentCandidate) in canBeAddedAsChild()4177 boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstallerSession
705 Preconditions.checkState(!hasParentSessionId(), "Child session"); in containsApkSession()719 Preconditions.checkState(!hasParentSessionId(), "Child session"); in containsApexSession()756 public boolean hasParentSessionId() { in hasParentSessionId() method in StagingManagerTest.FakeStagedSession
2851 && !hasParentSessionId(); in isStagedSessionActive()2865 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstaller.SessionInfo
777 PackageInstaller.SessionInfo parentSession = packageSession.hasParentSessionId()
12432 method public boolean hasParentSessionId();
30134 HSPLcom/android/server/pm/PackageInstallerSession$StagedSession;->hasParentSessionId()Z30245 HSPLcom/android/server/pm/PackageInstallerSession;->hasParentSessionId()Z