Home
last modified time | relevance | path

Searched refs:setStaged (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java111 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyEnableRollback()
175 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedRollback_Phase1()
178 Install.single(TestApp.B2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedRollback_Phase1()
266 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedPartialRollback_Phase1()
269 Install.single(TestApp.B2).setStaged().commit(); in testApkOnlyMultipleStagedPartialRollback_Phase1()
329 Install.single(TestApp.Apex2).setStaged().commit(); in testApexOnlyInstallFirstVersion()
342 Install.single(TestApp.Apex3).setStaged().setEnableRollback().commit(); in testApexOnlyEnableRollback()
399 Install.single(TestApp.Apex2).setStaged().setEnableRollback().commit(); in testApexOnlySystemVersion_EnableRollback()
441 Install.multi(TestApp.Apex2, TestApp.A1).setStaged().commit(); in testApexAndApkInstallFirstVersion()
455 Install.multi(TestApp.Apex3, TestApp.A2).setStaged().setEnableRollback().commit(); in testApexAndApkEnableRollback()
[all …]
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java190 int sessionId = Install.single(TestApp.A1).setStaged().createSession(); in testOpenSingleSessionWithParameters()
201 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).setStaged().createSession(); in testOpenSessionForMultiPackageSession()
231 params.setStaged(); in testMutateInstallFlags()
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java96 public Install setStaged() { in setStaged() method in Install
204 params.setStaged(); in createEmptyInstallSession()
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DAtomicInstallTest.java99 Install parentStaged = Install.multi(Install.single(TestApp.A1)).setStaged(); in testFailInconsistentMultiPackageCommit()
100 Install childStaged = Install.multi(Install.single(TestApp.A1).setStaged()); in testFailInconsistentMultiPackageCommit()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java637 Install.single(TestApp.Apex2).setStaged()); in testInstallApex_DeviceDoesNotSupportApex_Fails()
981 int sessionId = Install.single(TestApp.A1).setStaged().commit(); in testInstallApkChangingFingerprint()
1005 return Install.single(TestApp.A1).setStaged().createSession(); in createStagedSession()
1015 int sessionId = Install.single(testApp).setStaged().setRequestDowngrade().createSession(); in stageDowngradeSingleApk()
1029 int sessionId = Install.single(empty).setStaged().createSession(); in stageSingleApk()
1042 int sessionId = Install.single(testApp).setStaged().createSession(); in stageSingleApk()
1051 int multiPackageSessionId = Install.multi(testApps).setStaged().createSession(); in stageMultipleApks()
DApexShimValidationTest.java129 int sessionId = Install.single(apexTestApp).setStaged().createSession(); in stageApex()