/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/ |
D | AtomicInstallTest.java | 133 int sessionId = Install.multi(TestApp.A1, TestApp.B1).commit(); in testSessionCleanUp_Multi() 145 Install.multi(TestApp.A1, TestApp.B1).commit(); in testInstallTwoApks() 159 int parentId = Install.multi(TestApp.A1).createSession(); in testRemoveChild() 177 Install.multi(TestApp.A2, TestApp.B1).commit(); in testInstallTwoApksDowngradeFail() 182 "INSTALL_FAILED_VERSION_DOWNGRADE", Install.multi(TestApp.A1, TestApp.B1)); in testInstallTwoApksDowngradeFail() 190 Install parentStaged = Install.multi(Install.single(TestApp.A1)).setStaged(); in testFailInconsistentMultiPackageCommit() 191 Install childStaged = Install.multi(Install.single(TestApp.A1).setStaged()); in testFailInconsistentMultiPackageCommit() 199 Install parentEnabledRollback = Install.multi(Install.single(TestApp.A1)) in testFailInconsistentMultiPackageCommit() 201 Install childEnabledRollback = Install.multi( in testFailInconsistentMultiPackageCommit() 216 Install parentInstall = Install.multi(childInstall); in testChildFailurePropagated() [all …]
|
D | SessionAbandonBehaviorTest.java | 398 final int parentSessionId = Install.multi(TestApp.A1, in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack() 414 final int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).createSession(); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack() 429 final int parentSessionId = Install.multi(TestApp.A1, TestApp.B1) in abandon_stagedParentSession_shouldAbandonAllChildrenSessions() 448 final int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).createSession(); in abandon_nonStagedParentSession_shouldAbandonAllChildrenSessions() 466 final int parentSessionId = Install.multi(TestApp.A1).setStaged().createSession(); in abandon_stagedParentSession_openedChildSession_getNamesShouldReturnEmptyList() 494 final int parentSessionId = Install.multi(TestApp.A1).createSession(); in abandon_nonStagedParentSession_openedChildSession_canNotGetNames() 524 final int parentSessionId = Install.multi(TestApp.A1).setStaged().createSession(); in abandon_stagedParentSession_openChildSessionForWriting_shouldFail() 544 final int parentSessionId = Install.multi(TestApp.A1).createSession(); in abandon_nonStagedParentSession_openChildSessionForWriting_shouldFail() 564 final int parentSessionId = Install.multi(TestApp.A1).setStaged().createSession(); in abandon_stagedParentSession_childSession_canNotOpenAgain() 582 final int parentSessionId = Install.multi(TestApp.A1).createSession(); in abandon_nonStagedParentSession_childSession_canNotOpenAgain()
|
/cts/hostsidetests/multidevices/ |
D | README.md | 3 Refer to go/cts-multi-device-module for step-by-step instructions on creating 4 CTS multi-device modules.
|
/cts/tests/tests/util/src/android/util/cts/ |
D | InstallUtilTest.java | 106 Install.multi(TestApp.A1, TestApp.B2).commit(); in testNativeFilePathTestApp() 126 Install.multi(a1, b2).addInstallFlags(PackageManager.INSTALL_REPLACE_EXISTING).commit(); in testNativeFilePathTestApp() 154 Install.multi(TestApp.A1, TestApp.B2).commit(); in testCommitMultiTestApp() 209 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).setStaged().createSession(); in testOpenSessionForMultiPackageSession()
|
/cts/tests/rollback/src/com/android/cts/rollback/ |
D | RollbackManagerTest.java | 145 Install.multi(TestApp.A1, TestApp.B1).commit(); in testBasic_MultiPackage() 146 Install.multi(TestApp.A2, TestApp.B2).setEnableRollback().commit(); in testBasic_MultiPackage() 212 Install.multi(TestApp.A1, TestApp.B1).commit(); in testMultiRollbackPersistence() 213 Install.multi(TestApp.A2, TestApp.B2).setEnableRollback().commit(); in testMultiRollbackPersistence() 348 Install.multi(TestApp.A2, TestApp.B2).setEnableRollback().commit(); in testMultiPackageEnableFail() 451 Install.multi(TestApp.A1, TestApp.B1, TestApp.C1).commit(); in testRollbackDataPolicy() 463 Install.multi(a2, b2, c2).setEnableRollback().commit(); in testRollbackDataPolicy() 485 Install.multi(TestApp.A1, TestApp.B1, TestApp.C1).commit(); in testRollbackDataPolicy_Manifest() 494 Install.multi(a2, b2, c2).setEnableRollback().commit(); in testRollbackDataPolicy_Manifest() 650 Install.multi(TestApp.A1, TestApp.B1).commit(); in testEnableRollbackTimeoutFailsRollback_MultiPackage() [all …]
|
/cts/common/device-side/device-info/ |
D | Android.bp | 41 dxflags: ["--multi-dex"],
|
/cts/tests/tests/telecom-apps/ManagedConnectionService/ |
D | Android.bp | 25 dxflags: ["--multi-dex"],
|
/cts/tests/tests/telecom-apps/TransactionalVoipAppClone/ |
D | Android.bp | 25 dxflags: ["--multi-dex"],
|
/cts/libs/install/src/com/android/cts/install/lib/ |
D | Install.java | 83 public static Install multi(TestApp... testApps) { in multi() method in Install 101 public static Install multi(Install... installs) { in multi() method in Install
|
/cts/hostsidetests/packagemanager/domainverification/device/standalone/ |
D | Android.bp | 30 dxflags: ["--multi-dex"],
|
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppClone/ |
D | Android.bp | 25 dxflags: ["--multi-dex"],
|
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/ |
D | Android.bp | 33 dxflags: ["--multi-dex"],
|
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/ |
D | Android.bp | 34 dxflags: ["--multi-dex"],
|
/cts/tests/tests/virtualdevice/common/ |
D | Android.bp | 38 // TODO(b/326414126): aconfig: support multi-container library
|
/cts/hostsidetests/install/app/src/android/cts/install/ |
D | UpgradeTest.java | 119 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
|
D | DowngradeTest.java | 152 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
|
D | SamegradeTest.java | 166 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
|
D | InstallTest.java | 150 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
|
/cts/common/device-side/util-axt/ |
D | Android.bp | 23 dxflags: ["--multi-dex"],
|
/cts/tests/app/ |
D | Android.bp | 68 // Even with coverage disabled, we're close to the single dex limit, so allow use of multi-dex. 69 dxflags: ["--multi-dex"],
|
/cts/tests/tests/content/ |
D | Android.bp | 80 // Use multi-dex as the compatibility-common-util-devicesidelib dependency 82 dxflags: ["--multi-dex"],
|
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/ |
D | HostTestHelper.java | 447 Install.multi(TestApp.Apex2, TestApp.A1).setStaged().commit(); in testApexAndApkStagedRollback_Phase1_InstallFirst() 462 Install.multi(TestApp.Apex3, TestApp.A2).setStaged().setEnableRollback().commit(); in testApexAndApkStagedRollback_Phase2_InstallSecond() 636 Install.multi(TestApp.A1, TestApp.B1).commit(); in testFingerprintChange_Phase1_Install()
|
/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/tests/libcore/luni/ |
D | Android.bp | 42 "--multi-dex",
|
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/ |
D | StagedInstallTest.java | 363 int sessionId = Install.multi(TestApp.A1, TestApp.Apex2).setStaged().createSession(); in testNoSessionUpdatedBroadcastSentForStagedSessionAbandon() 1463 int multiPackageSessionId = Install.multi(testApps).setStaged().createSession(); in stageMultipleApks()
|