Searched refs:setStaged (Results 1 – 6 of 6) sorted by relevance
111 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 …]
190 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()
96 public Install setStaged() { in setStaged() method in Install204 params.setStaged(); in createEmptyInstallSession()
99 Install parentStaged = Install.multi(Install.single(TestApp.A1)).setStaged(); in testFailInconsistentMultiPackageCommit()100 Install childStaged = Install.multi(Install.single(TestApp.A1).setStaged()); in testFailInconsistentMultiPackageCommit()
637 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()
129 int sessionId = Install.single(apexTestApp).setStaged().createSession(); in stageApex()