Home
last modified time | relevance | path

Searched refs:hasRollbackId (Results 1 – 3 of 3) sorted by relevance

/cts/libs/rollback/src/com/android/cts/rollback/lib/
DRollbackInfoSubject.java68 public void hasRollbackId(int rollbackId) { in hasRollbackId() method in RollbackInfoSubject
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java127 assertThat(committed).hasRollbackId(available.getRollbackId()); in testApkOnlyStagedRollback_Phase2_RollBack()
190 assertThat(committed).hasRollbackId(available.getRollbackId()); in testApkOnlyMultipleStagedRollback_Phase2_RollBack()
209 assertThat(committed).hasRollbackId(available.getRollbackId()); in testApkOnlyMultipleStagedRollback_Phase2_RollBack()
278 assertThat(committed).hasRollbackId(available.getRollbackId()); in testApkOnlyMultipleStagedPartialRollback_Phase2_RollBack()
667 assertThat(committed).hasRollbackId(available.getRollbackId()); in testRollbackFailsOtherSessions_Phase2_RollBack()
730 assertThat(committed).hasRollbackId(available.getRollbackId()); in testSimultaneousRollbacksBothSucceed_Phase2_RollBack()
740 assertThat(committedB).hasRollbackId(availableB.getRollbackId()); in testSimultaneousRollbacksBothSucceed_Phase2_RollBack()
/cts/tests/rollback/src/com/android/cts/rollback/
DRollbackManagerTest.java132 assertThat(committed).hasRollbackId(available.getRollbackId()); in testBasic()
168 assertThat(rollbackA).hasRollbackId(rollback.getRollbackId()); in testBasic_MultiPackage()
169 assertThat(rollbackB).hasRollbackId(rollback.getRollbackId()); in testBasic_MultiPackage()
199 assertThat(committed).hasRollbackId(rollbackA.getRollbackId()); in testSingleRollbackPersistence()
223 assertThat(rollbackB).hasRollbackId(rollbackA.getRollbackId()); in testMultiRollbackPersistence()
239 assertThat(committedA).hasRollbackId(rollbackA.getRollbackId()); in testMultiRollbackPersistence()
240 assertThat(committedB).hasRollbackId(rollbackA.getRollbackId()); in testMultiRollbackPersistence()