Searched refs:mStagedSession (Results 1 – 4 of 4) sorted by relevance
97 storeSession(session.mStagedSession); in verify()175 verifyStaged(session.mStagedSession, callback); in verifyAPK()
557 final StagedSession mStagedSession; field in PackageInstallerSession578 childSessions.add(mChildSessions.valueAt(i).mStagedSession); in getChildSessions()680 return PackageInstallerSession.this.sessionContains(s -> filter.test(s.mStagedSession)); in sessionContains()1095 mStagedSession = params.isStaged ? new StagedSession() : null; in PackageInstallerSession()2545 mStagedSession.verifySession(); in handleInstall()2820 mStagingManager.commitSession(mStagedSession);4100 mStagingManager.abortCommittedSession(mStagedSession);
367 StagingManager.StagedSession stagedSession = session.mStagedSession; in restoreAndApplyStagedSessionIfNeeded()1903 mStagingManager.abortSession(session.mStagedSession);
760 StagingManager.StagedSession stagedSession = spy(session.mStagedSession); in createSession()