Searched refs:mStagedSession (Results 1 – 4 of 4) sorted by relevance
100 storeSession(session.mStagedSession); in verify()178 verifyStaged(session.mStagedSession, callback); in verifyAPK()
609 final StagedSession mStagedSession; field in PackageInstallerSession630 childSessions.add(mChildSessions.valueAt(i).mStagedSession); in getChildSessions()732 return PackageInstallerSession.this.sessionContains(s -> filter.test(s.mStagedSession)); in sessionContains()1220 mStagedSession = params.isStaged ? new StagedSession() : null; in PackageInstallerSession()2832 mStagedSession.verifySession(); in handleInstall()3153 mStagingManager.commitSession(mStagedSession);4524 mStagingManager.abortCommittedSession(mStagedSession);
385 StagingManager.StagedSession stagedSession = session.mStagedSession; in restoreAndApplyStagedSessionIfNeeded()2269 mStagingManager.abortSession(session.mStagedSession);
761 StagingManager.StagedSession stagedSession = spy(session.mStagedSession); in createSession()