Searched refs:committed (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/ |
D | StagedRollbackTest.java | 385 RollbackInfo committed = RollbackUtils.getCommittedRollbackById(available.getRollbackId()); in testRollbackApexWithApk_Phase2_Rollback() local 386 assertThat(committed).isNotNull(); in testRollbackApexWithApk_Phase2_Rollback() 387 assertThat(committed).isStaged(); in testRollbackApexWithApk_Phase2_Rollback() 388 assertThat(committed).packagesContainsExactly( in testRollbackApexWithApk_Phase2_Rollback() 391 assertThat(committed).causePackagesContainsExactly(TEST_APEX_WITH_APK_V2); in testRollbackApexWithApk_Phase2_Rollback() 392 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testRollbackApexWithApk_Phase2_Rollback() 396 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testRollbackApexWithApk_Phase2_Rollback() 456 RollbackInfo committed = RollbackUtils.getCommittedRollbackById(available.getRollbackId()); in testRollbackApexDataDirectories_Phase2_Rollback() local 460 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testRollbackApexDataDirectories_Phase2_Rollback() 479 RollbackInfo committed = RollbackUtils.getCommittedRollbackById(available.getRollbackId()); in testRollbackApkDataDirectories_Phase3_Rollback() local [all …]
|
D | RollbackTest.java | 191 RollbackInfo committed = getUniqueRollbackInfoForPackage( in testBasic() local 193 assertThat(committed).isNotNull(); in testBasic() 194 assertThat(committed).isNotStaged(); in testBasic() 195 assertThat(committed).packagesContainsExactly( in testBasic() 197 assertThat(committed).hasRollbackId(available.getRollbackId()); in testBasic() 371 RollbackInfo committed = getUniqueRollbackInfoForPackage( in testRecentlyCommittedRollbackPersistence() local 373 assertThat(committed).isNotNull(); in testRecentlyCommittedRollbackPersistence() 374 assertThat(committed).packagesContainsExactly( in testRecentlyCommittedRollbackPersistence() 376 assertThat(committed).causePackagesContainsExactly(cause); in testRecentlyCommittedRollbackPersistence() 382 committed = getUniqueRollbackInfoForPackage( in testRecentlyCommittedRollbackPersistence() [all …]
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | README.md | 211 You can get a list with details about available and recently committed rollbacks 217 -state: committed 224 -state: committed 233 The example above shows two recently committed rollbacks. The update of 238 The state is 'available' or 'committed'. The timestamp gives the time when the 244 committed.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 1006 boolean prepared, boolean committed, boolean destroyed, boolean sealed, in PackageInstallerSession() argument 1061 mCommitted = committed; in PackageInstallerSession() 4671 final boolean committed = in.getAttributeBoolean(null, ATTR_COMMITTED, false); in readFromXml() 4828 stageCid, fileArray, checksumsMap, prepared, committed, destroyed, sealed, in readFromXml()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 959 final boolean committed = winAnimator.commitFinishDrawingLocked(); 960 if (isDefaultDisplay && committed) {
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5863 // Id of the Blob committed 14660 * Logs the current state of a Blob committed with BlobStoreManager
|