Searched refs:mStagedSession (Results 1 – 3 of 3) sorted by relevance
433 final StagedSession mStagedSession; field in PackageInstallerSession480 childSessions.add(mChildSessions.valueAt(i).mStagedSession); in getChildSessions()635 return PackageInstallerSession.this.sessionContains(s -> filter.test(s.mStagedSession)); in sessionContains()1063 mStagedSession = params.isStaged ? new StagedSession(isReady, isApplied, isFailed, in PackageInstallerSession()1201 return params.isStaged && mStagedSession.isInTerminalState(); in isStagedAndInTerminalState()2103 mStagedSession.setSessionFailed( in onSessionVerificationFailure()2107 mStagingManager.notifyVerificationComplete(mStagedSession); in onSessionVerificationFailure()2281 mStagingManager.commitSession(mStagedSession); in handleInstall()2623 mStagingManager.notifyPreRebootVerification_Apk_Complete(mStagedSession); in onVerificationComplete()3729 mStagedSession.abandon(); in abandon()[all …]
313 StagingManager.StagedSession stagedSession = session.mStagedSession; in restoreAndApplyStagedSessionIfNeeded()1473 mStagingManager.abortSession(session.mStagedSession); in onSessionFinished()
562 StagingManager.StagedSession stagedSession = spy(session.mStagedSession); in createSession()