HomeSort by relevance Sort by last modified time
    Searched refs:Apex2 (Results 1 - 2 of 2) sorted by null

  /cts/libs/rollback/src/com/android/cts/rollback/lib/
TestApp.java 32 public static final TestApp Apex2 = new TestApp("Apex2", Apex, 2, /*isApex*/true,
  /cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
HostTestHelper.java 143 Install.single(TestApp.Apex2).setStaged().commit();
172 Rollback.from(TestApp.Apex3).to(TestApp.Apex2));
179 Rollback.from(TestApp.Apex3).to(TestApp.Apex2));
219 Install.multi(TestApp.Apex2, TestApp.A1).setStaged().commit();
250 Rollback.from(TestApp.Apex3).to(TestApp.Apex2),
258 Rollback.from(TestApp.Apex3).to(TestApp.Apex2),
284 Rollback.from(TestApp.Apex3).to(TestApp.Apex2),
304 Install.single(TestApp.Apex2).setStaged().setEnableRollback().commit();

Completed in 479 milliseconds