Searched refs:Apex2 (Results 1 – 2 of 2) sorted by relevance
143 Install.single(TestApp.Apex2).setStaged().commit(); in testApexOnlyInstallFirstVersion()172 Rollback.from(TestApp.Apex3).to(TestApp.Apex2)); in testApexOnlyCommitRollback()179 Rollback.from(TestApp.Apex3).to(TestApp.Apex2)); in testApexOnlyCommitRollback()219 Install.multi(TestApp.Apex2, TestApp.A1).setStaged().commit(); in testApexAndApkInstallFirstVersion()250 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexAndApkCommitRollback()258 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexAndApkCommitRollback()284 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexAndApkConfirmRollback()304 Install.single(TestApp.Apex2).setStaged().setEnableRollback().commit(); in testApexRollbackExpirationEnableRollback()
32 public static final TestApp Apex2 = new TestApp("Apex2", Apex, 2, /*isApex*/true, field in TestApp