Home
last modified time | relevance | path

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

/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java99 RollbackInfo committed = Utils.getCommittedRollback(TestApp.A); in testApkOnlyCommitRollback() local
100 assertThat(committed).hasRollbackId(available.getRollbackId()); in testApkOnlyCommitRollback()
101 assertThat(committed).isStaged(); in testApkOnlyCommitRollback()
102 assertThat(committed).packagesContainsExactly( in testApkOnlyCommitRollback()
104 assertThat(committed).causePackagesContainsExactly(TestApp.A2); in testApkOnlyCommitRollback()
105 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyCommitRollback()
109 Utils.waitForSessionReady(committed.getCommittedSessionId()); in testApkOnlyCommitRollback()
124 RollbackInfo committed = Utils.getCommittedRollback(TestApp.A); in testApkOnlyConfirmRollback() local
125 assertThat(committed).isStaged(); in testApkOnlyConfirmRollback()
126 assertThat(committed).packagesContainsExactly( in testApkOnlyConfirmRollback()
[all …]
/cts/tests/rollback/src/android/server/cts/rollback/
DRollbackManagerTest.java95 RollbackInfo committed = Utils.getCommittedRollback(TestApp.A); in testBasic() local
96 assertThat(committed).isNotNull(); in testBasic()
97 assertThat(committed).hasRollbackId(available.getRollbackId()); in testBasic()
98 assertThat(committed).isNotStaged(); in testBasic()
99 assertThat(committed).packagesContainsExactly( in testBasic()
101 assertThat(committed).causePackagesContainsExactly(TestApp.A2); in testBasic()