Searched refs:stagedSession (Results 1 – 1 of 1) sorted by relevance
641 final PackageInstallerSession stagedSession = mStagedSessions.valueAt(i); in checkNonOverlappingWithStagedSessions() local642 if (!stagedSession.isCommitted() || stagedSession.isStagedAndInTerminalState()) { in checkNonOverlappingWithStagedSessions()645 if (stagedSession.isMultiPackage()) { in checkNonOverlappingWithStagedSessions()654 if (stagedSession.hasParentSessionId()) { in checkNonOverlappingWithStagedSessions()655 int parentId = stagedSession.getParentSessionId(); in checkNonOverlappingWithStagedSessions()664 if (session.sessionId == stagedSession.sessionId) { in checkNonOverlappingWithStagedSessions()671 if (session.getPackageName().equals(stagedSession.getPackageName())) { in checkNonOverlappingWithStagedSessions()676 + stagedSession.sessionId, null); in checkNonOverlappingWithStagedSessions()683 && parentOrOwnSessionId(session) != parentOrOwnSessionId(stagedSession)) { in checkNonOverlappingWithStagedSessions()