Searched refs:hasParentSessionId (Results 1 – 5 of 5) sorted by relevance
540 if (session.hasParentSessionId()) { in getActiveSession()612 if (session.hasParentSessionId()) { in isMultiPackageSessionComplete()629 if (session.isMultiPackage() || session.hasParentSessionId()) { in restoreSession()635 if (session.hasParentSessionId()) { in restoreSession()
878 if (hasParentSessionId()) { in commit()2079 if (hasParentSessionId()) { in abandon()2136 || (childSession.hasParentSessionId() && childSession.mParentSessionId != sessionId) in addChildSessionId()2186 boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstallerSession
787 if (session.userId == userId && !session.hasParentSessionId()) { in getAllSessions()809 && session.userId == userId && !session.hasParentSessionId()) { in getMySessions()
307 assertEquals(expected.hasParentSessionId(), actual.hasParentSessionId()); in assertSessionsEquivalent()
10587 HSPLcom/android/server/pm/PackageInstallerSession;->hasParentSessionId()Z