Searched refs:multi (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/ |
D | AtomicInstallTest.java | 79 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/ |
D | InstallUtilTest.java | 99 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/ |
D | Install.java | 67 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/ |
D | Android.bp | 45 // Use multi-dex as the compatibility-common-util-devicesidelib dependency 47 dxflags: ["--multi-dex"],
|
/cts/tests/tests/location/ |
D | Android.bp | 64 dxflags: ["--multi-dex"],
|
/cts/tests/libcore/luni/ |
D | Android.bp | 37 dxflags: ["--multi-dex"],
|
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/ |
D | HostTestHelper.java | 441 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/ |
D | boot-framework.oat.pb.txt | 66 …-Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --multi-image --no-inline-…
|
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/ |
D | StagedInstallTest.java | 1051 int multiPackageSessionId = Install.multi(testApps).setStaged().createSession(); in stageMultipleApks()
|