Home
last modified time | relevance | path

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

/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java143 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()
/cts/libs/rollback/src/com/android/cts/rollback/lib/
DTestApp.java32 public static final TestApp Apex2 = new TestApp("Apex2", Apex, 2, /*isApex*/true, field in TestApp