Home
last modified time | relevance | path

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

12

/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DAtomicInstallTest.java133 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 …]
DSessionAbandonBehaviorTest.java398 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/
DREADME.md3 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/
DInstallUtilTest.java106 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/
DRollbackManagerTest.java145 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/
DAndroid.bp41 dxflags: ["--multi-dex"],
/cts/tests/tests/telecom-apps/ManagedConnectionService/
DAndroid.bp25 dxflags: ["--multi-dex"],
/cts/tests/tests/telecom-apps/TransactionalVoipAppClone/
DAndroid.bp25 dxflags: ["--multi-dex"],
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java83 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/
DAndroid.bp30 dxflags: ["--multi-dex"],
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppClone/
DAndroid.bp25 dxflags: ["--multi-dex"],
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/
DAndroid.bp33 dxflags: ["--multi-dex"],
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/
DAndroid.bp34 dxflags: ["--multi-dex"],
/cts/tests/tests/virtualdevice/common/
DAndroid.bp38 // TODO(b/326414126): aconfig: support multi-container library
/cts/hostsidetests/install/app/src/android/cts/install/
DUpgradeTest.java119 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
DDowngradeTest.java152 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
DSamegradeTest.java166 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
DInstallTest.java150 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
/cts/common/device-side/util-axt/
DAndroid.bp23 dxflags: ["--multi-dex"],
/cts/tests/app/
DAndroid.bp68 // 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/
DAndroid.bp80 // 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/
DHostTestHelper.java447 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/
Dboot-framework.oat.pb.txt66 …-Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --multi-image --no-inline-…
/cts/tests/libcore/luni/
DAndroid.bp42 "--multi-dex",
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java363 int sessionId = Install.multi(TestApp.A1, TestApp.Apex2).setStaged().createSession(); in testNoSessionUpdatedBroadcastSentForStagedSessionAbandon()
1463 int multiPackageSessionId = Install.multi(testApps).setStaged().createSession(); in stageMultipleApks()

12