Searched refs:isStagedSessionApplied (Results 1 – 9 of 9) sorted by relevance
309 assertEquals(expected.isStagedSessionApplied(), actual.isStagedSessionApplied()); in assertSessionsEquivalent()
2389 public boolean isStagedSessionApplied; field in PackageInstaller.SessionInfo2453 isStagedSessionApplied = source.readBoolean(); in SessionInfo()2850 return isStaged && isCommitted && !isStagedSessionApplied && !isStagedSessionFailed in isStagedSessionActive()2889 public boolean isStagedSessionApplied() { in isStagedSessionApplied() method in PackageInstaller.SessionInfo2891 return isStagedSessionApplied; in isStagedSessionApplied()3014 dest.writeBoolean(isStagedSessionApplied); in writeToParcel()
157 assertThat(info.isStagedSessionApplied()).isTrue(); in testStagedSessionShouldCleanUpOnOnSuccess_Verify()409 assertThat(session.isStagedSessionApplied()).isTrue(); in assertSessionApplied()
155 if (sessionInfo.isStagedSessionApplied()) { in logRollbackStatusOnBoot()
624 if (session.isStagedSessionApplied()) {
1162 info.isStagedSessionApplied = isStagedSessionApplied(); in generateInfoInternal()4240 boolean isStagedSessionApplied() { in isStagedSessionApplied() method in PackageInstallerSession4358 pw.printPair("mStagedSessionApplied", isStagedSessionApplied()); in dumpLocked()4530 writeBooleanAttribute(out, ATTR_IS_APPLIED, isStagedSessionApplied()); in write()
1097 + "; isApplied = " + session.isStagedSessionApplied() in printSession()
12439 method public boolean isStagedSessionApplied();
30262 HSPLcom/android/server/pm/PackageInstallerSession;->isStagedSessionApplied()Z+]Lcom/android/server/…