Home
last modified time | relevance | path

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

/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/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()
202 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).setStaged().createSession(); in testOpenSessionForMultiPackageSession()
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java72 public static Install multi(TestApp... testApps) { in multi() method in Install
90 public static Install multi(Install... installs) { in multi() method in Install
/cts/tests/tests/content/
DAndroid.bp57 // Use multi-dex as the compatibility-common-util-devicesidelib dependency
59 dxflags: ["--multi-dex"],
/cts/hostsidetests/install/app/src/android/cts/install/
DUpgradeTest.java117 : 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.java154 : Install.multi(testApps.toArray(new TestApp[testApps.size()])); in getParameterizedInstall()
/cts/tests/libcore/luni/
DAndroid.bp41 dxflags: ["--multi-dex"],
/cts/tests/framework/base/windowmanager/
DOWNERS13 # multi-display
/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/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java1306 int multiPackageSessionId = Install.multi(testApps).setStaged().createSession(); in stageMultipleApks()