Home
last modified time | relevance | path

Searched refs:openPackageInstallerSession (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java157 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenAndAbandonSessionForSingleApk()
176 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenAndCommitSessionForSingleApk()
192 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenSingleSessionWithParameters()
203 = InstallUtils.openPackageInstallerSession(parentSessionId)) { in testOpenSessionForMultiPackageSession()
213 = InstallUtils.openPackageInstallerSession(childSessionId)) { in testOpenSessionForMultiPackageSession()
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DAtomicInstallTest.java21 import static com.android.cts.install.lib.InstallUtils.openPackageInstallerSession;
145 openPackageInstallerSession(parentSessionId)) { in testInvalidStateScenarios()
148 openPackageInstallerSession(childSessionId)) { in testInvalidStateScenarios()
165 openPackageInstallerSession(toAbandonSessionId)) { in testInvalidStateScenarios()
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java144 InstallUtils.openPackageInstallerSession(sessionId)) { in commit()
174 InstallUtils.openPackageInstallerSession(sessionId)) { in createSession()
DInstallUtils.java152 public static PackageInstaller.Session openPackageInstallerSession(int sessionId) in openPackageInstallerSession() method in InstallUtils
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DApexShimValidationTest.java131 InstallUtils.openPackageInstallerSession(sessionId)) { in stageApex()
DStagedInstallTest.java1009 InstallUtils.openPackageInstallerSession(sessionId) in commitSession()
1031 InstallUtils.openPackageInstallerSession(sessionId)) { in stageSingleApk()