Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DAtomicInstallTest.java79 Install.multi(TestApp.A1, TestApp.B1).commit(); in testInstallTwoApks()
86 Install.multi(TestApp.A2, TestApp.B1).commit(); in testInstallTwoApksDowngradeFail()
91 "INSTALL_FAILED_VERSION_DOWNGRADE", Install.multi(TestApp.A1, TestApp.B1)); in testInstallTwoApksDowngradeFail()
99 Install parentStaged = Install.multi(Install.single(TestApp.A1)).setStaged(); in testFailInconsistentMultiPackageCommit()
100 Install childStaged = Install.multi(Install.single(TestApp.A1).setStaged()); in testFailInconsistentMultiPackageCommit()
108 Install parentEnabledRollback = Install.multi(Install.single(TestApp.A1)) in testFailInconsistentMultiPackageCommit()
110 Install childEnabledRollback = Install.multi( in testFailInconsistentMultiPackageCommit()
125 Install parentInstall = Install.multi(childInstall); in testChildFailurePropagated()
136 Install.multi(TestApp.A1, TestApp.B1, CORRUPT_TESTAPP)); in testEarlyFailureFailsAll()
143 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).createSession(); in testInvalidStateScenarios()
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java99 Install.multi(TestApp.A1, TestApp.B2).commit(); in testNativeFilePathTestApp()
119 Install.multi(a1, b2).addInstallFlags(PackageManager.INSTALL_REPLACE_EXISTING).commit(); in testNativeFilePathTestApp()
147 Install.multi(TestApp.A1, TestApp.B2).commit(); in testCommitMultiTestApp()
201 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).setStaged().createSession(); in testOpenSessionForMultiPackageSession()
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java67 public static Install multi(TestApp... testApps) { in multi() method in Install
85 public static Install multi(Install... installs) { in multi() method in Install
/cts/tests/tests/content/
DAndroid.bp45 // Use multi-dex as the compatibility-common-util-devicesidelib dependency
47 dxflags: ["--multi-dex"],
/cts/tests/tests/location/
DAndroid.bp64 dxflags: ["--multi-dex"],
/cts/tests/libcore/luni/
DAndroid.bp37 dxflags: ["--multi-dex"],
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java441 Install.multi(TestApp.Apex2, TestApp.A1).setStaged().commit(); in testApexAndApkInstallFirstVersion()
455 Install.multi(TestApp.Apex3, TestApp.A2).setStaged().setEnableRollback().commit(); in testApexAndApkEnableRollback()
/cts/tools/release-parser/tests/resources/
Dboot-framework.oat.pb.txt66 …-Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --multi-image --no-inline-…
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java1051 int multiPackageSessionId = Install.multi(testApps).setStaged().createSession(); in stageMultipleApks()