Home
last modified time | relevance | path

Searched refs:isStagedSessionApplied (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageInstallerSessionTest.java309 assertEquals(expected.isStagedSessionApplied(), actual.isStagedSessionApplied()); in assertSessionsEquivalent()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java2389 public boolean isStagedSessionApplied; field in PackageInstaller.SessionInfo
2453 isStagedSessionApplied = source.readBoolean(); in SessionInfo()
2850 return isStaged && isCommitted && !isStagedSessionApplied && !isStagedSessionFailed in isStagedSessionActive()
2889 public boolean isStagedSessionApplied() { in isStagedSessionApplied() method in PackageInstaller.SessionInfo
2891 return isStagedSessionApplied; in isStagedSessionApplied()
3014 dest.writeBoolean(isStagedSessionApplied); in writeToParcel()
/aosp12/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/
H A DStagedInstallInternalTest.java157 assertThat(info.isStagedSessionApplied()).isTrue(); in testStagedSessionShouldCleanUpOnOnSuccess_Verify()
409 assertThat(session.isStagedSessionApplied()).isTrue(); in assertSessionApplied()
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/
H A DWatchdogRollbackLogger.java155 if (sessionInfo.isStagedSessionApplied()) { in logRollbackStatusOnBoot()
H A DRollbackManagerServiceImpl.java624 if (session.isStagedSessionApplied()) {
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java1162 info.isStagedSessionApplied = isStagedSessionApplied(); in generateInfoInternal()
4240 boolean isStagedSessionApplied() { in isStagedSessionApplied() method in PackageInstallerSession
4358 pw.printPair("mStagedSessionApplied", isStagedSessionApplied()); in dumpLocked()
4530 writeBooleanAttribute(out, ATTR_IS_APPLIED, isStagedSessionApplied()); in write()
H A DPackageManagerShellCommand.java1097 + "; isApplied = " + session.isStagedSessionApplied() in printSession()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt12439 method public boolean isStagedSessionApplied();
/aosp12/frameworks/base/services/
H A Dart-profile30262 HSPLcom/android/server/pm/PackageInstallerSession;->isStagedSessionApplied()Z+]Lcom/android/server/…