Home
last modified time | relevance | path

Searched refs:ensureActiveApexSessionIsAborted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageSessionVerifier.java267 if (!ensureActiveApexSessionIsAborted(session)) { in onVerificationFailure()
441 private boolean ensureActiveApexSessionIsAborted(StagingManager.StagedSession session) { in ensureActiveApexSessionIsAborted() method in PackageSessionVerifier
575 if (!ensureActiveApexSessionIsAborted(stagedSession)) { in checkRollbacks()
DStagingManager.java544 if (!ensureActiveApexSessionIsAborted(session)) { in abortCommittedSession()
565 private boolean ensureActiveApexSessionIsAborted(StagedSession session) { in ensureActiveApexSessionIsAborted() method in StagingManager