Searched refs:setEnableRollback (Results 1 – 9 of 9) sorted by relevance
117 Install.single(TestApp.A2).setEnableRollback().commit(); in testBasic()146 Install.multi(TestApp.A2, TestApp.B2).setEnableRollback().commit(); in testBasic_MultiPackage()180 Install.single(TestApp.A2).setEnableRollback().commit(); in testSingleRollbackPersistence()213 Install.multi(TestApp.A2, TestApp.B2).setEnableRollback().commit(); in testMultiRollbackPersistence()306 Install.single(TestApp.A2).setEnableRollback().commit(); in testEnableRollbackPermission()330 Install.single(TestApp.A2).setEnableRollback().commit(); in testNonModuleEnableRollback()348 Install.multi(TestApp.A2, TestApp.B2).setEnableRollback().commit(); in testMultiPackageEnableFail()365 final int sessionId = Install.single(TestApp.A2).setEnableRollback( in testGetRollbackDataPolicy()387 Install.single(TestApp.A2).setEnableRollback().commit(); in testRollbackClearsFlags()418 Install.single(TestApp.ARotated2).setEnableRollback().commit(); in testRollbackAfterKeyRotation()[all …]
106 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyStagedRollback_Phase1_Install()166 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedRollback_Phase1_Install()169 Install.single(TestApp.B2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedRollback_Phase1_Install()255 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedPartialRollback_Phase1_Install()330 Install.single(TestApp.Apex3).setStaged().setEnableRollback().commit(); in testApexOnlyStagedRollback_Phase2_InstallSecond()395 Install.single(TestApp.Apex2).setStaged().setEnableRollback().commit(); in testApexOnlySystemVersionStagedRollback_Phase1_Install()462 Install.multi(TestApp.Apex3, TestApp.A2).setStaged().setEnableRollback().commit(); in testApexAndApkStagedRollback_Phase2_InstallSecond()548 Install.single(TestApp.Apex2).setStaged().setEnableRollback().commit(); in testApexRollbackExpiration_Phase1_InstallFirst()582 Install.single(Apex2SignedBobRotRollback).setStaged().setEnableRollback().commit(); in testApexKeyRotationStagedRollback_Phase1_Install()627 Install.single(TestApp.A2).setEnableRollback().commit(); in testApkRollbackByAnotherInstaller_Phase1_FirstInstaller()[all …]
136 public Install setEnableRollback() { in setEnableRollback() method in Install144 public Install setEnableRollback(int dataPolicy) { in setEnableRollback() method in Install303 params.setEnableRollback(mEnableRollback, mRollbackDataPolicy); in createEmptyInstallSession()
124 install.setEnableRollback(); in getParameterizedInstall()
157 install.setEnableRollback(); in getParameterizedInstall()
171 install.setEnableRollback(); in getParameterizedInstall()
155 install.setEnableRollback(); in getParameterizedInstall()
200 .setEnableRollback(); in testFailInconsistentMultiPackageCommit()202 Install.single(TestApp.A1).setEnableRollback()); in testFailInconsistentMultiPackageCommit()
4194 method public void setEnableRollback(boolean);4195 method public void setEnableRollback(boolean, int);