Searched refs:Apex3 (Results 1 – 3 of 3) sorted by relevance
342 Install.single(TestApp.Apex3).setStaged().setEnableRollback().commit(); in testApexOnlyEnableRollback()358 Rollback.from(TestApp.Apex3).to(TestApp.Apex2)); in testApexOnlyCommitRollback()360 RollbackUtils.rollback(available.getRollbackId(), TestApp.Apex3); in testApexOnlyCommitRollback()365 Rollback.from(TestApp.Apex3).to(TestApp.Apex2)); in testApexOnlyCommitRollback()366 assertThat(committed).causePackagesContainsExactly(TestApp.Apex3); in testApexOnlyCommitRollback()455 Install.multi(TestApp.Apex3, TestApp.A2).setStaged().setEnableRollback().commit(); in testApexAndApkEnableRollback()472 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexAndApkCommitRollback()475 RollbackUtils.rollback(available.getRollbackId(), TestApp.Apex3, TestApp.A2); in testApexAndApkCommitRollback()480 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexAndApkCommitRollback()482 assertThat(committed).causePackagesContainsExactly(TestApp.Apex3, TestApp.A2); in testApexAndApkCommitRollback()[all …]
72 public static final TestApp Apex3 = field in TestApp
525 int sessionId = stageSingleApk(TestApp.Apex3).assertSuccessful().getSessionId(); in testInstallV3Apex_Commit()818 int sessionId = stageSingleApk(TestApp.Apex3).assertSuccessful().getSessionId(); in testUntrustedOldKeyIsRejected()833 int sessionId = stageSingleApk(TestApp.Apex3).assertSuccessful().getSessionId(); in testTrustedOldKeyIsAccepted_CommitPostReboot()