Home
last modified time | relevance | path

Searched refs:Install (Results 1 – 4 of 4) sorted by relevance

/cts/libs/rollback/src/com/android/cts/rollback/lib/
DInstall.java31 public class Install { class
37 private Install(boolean isMultiPackage, TestApp... testApps) { in Install() method in Install
45 public static Install single(TestApp testApp) { in single()
46 return new Install(false, testApp); in single()
52 public static Install multi(TestApp... testApps) { in multi()
53 return new Install(true, testApps); in multi()
59 public Install setStaged() { in setStaged()
67 public Install setEnableRollback() { in setEnableRollback()
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java28 import com.android.cts.rollback.lib.Install;
77 Install.single(TestApp.A1).commit(); in testApkOnlyEnableRollback()
78 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyEnableRollback()
143 Install.single(TestApp.Apex2).setStaged().commit(); in testApexOnlyInstallFirstVersion()
156 Install.single(TestApp.Apex3).setStaged().setEnableRollback().commit(); in testApexOnlyEnableRollback()
219 Install.multi(TestApp.Apex2, TestApp.A1).setStaged().commit(); in testApexAndApkInstallFirstVersion()
233 Install.multi(TestApp.Apex3, TestApp.A2).setStaged().setEnableRollback().commit(); in testApexAndApkEnableRollback()
304 Install.single(TestApp.Apex2).setStaged().setEnableRollback().commit(); in testApexRollbackExpirationEnableRollback()
318 Install.single(TestApp.Apex3).setStaged().commit(); in testApexRollbackExpirationUpdateApex()
/cts/tests/rollback/src/android/server/cts/rollback/
DRollbackManagerTest.java28 import com.android.cts.rollback.lib.Install;
78 Install.single(TestApp.A1).commit(); in testBasic()
83 Install.single(TestApp.A2).setEnableRollback().commit(); in testBasic()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/
DREADME.txt11 - Install