Searched refs:openPackageInstallerSession (Results 1 – 7 of 7) sorted by relevance
21 import static com.android.cts.install.lib.InstallUtils.openPackageInstallerSession;162 try (PackageInstaller.Session parent = openPackageInstallerSession(parentId)) { in testRemoveChild()258 try (PackageInstaller.Session parent = openPackageInstallerSession(parentId)) { in testInvalidStateScenario_AddChildToSingleSessionShouldFail()274 try (PackageInstaller.Session parent = openPackageInstallerSession(parentId)) { in testInvalidStateScenario_MultiSessionAddedAsChildShouldFail()290 try (PackageInstaller.Session parent = openPackageInstallerSession(parentId)) { in testInvalidStateScenario_AddChildToCommittedSessionShouldFail()309 try (PackageInstaller.Session parent = openPackageInstallerSession(parentId)) { in testInvalidStateScenario_RemoveChildFromCommittedSessionShouldFail()329 try (PackageInstaller.Session parent1 = openPackageInstallerSession(parent1Id); in testInvalidStateScenario_RemoveWrongChildShouldDoNothing()330 PackageInstaller.Session parent2 = openPackageInstallerSession(parent2Id);) { in testInvalidStateScenario_RemoveWrongChildShouldDoNothing()347 openPackageInstallerSession(parentSessionId)) { in testInvalidStateScenarios()350 openPackageInstallerSession(childSessionId)) { in testInvalidStateScenarios()[all …]
22 import static com.android.cts.install.lib.InstallUtils.openPackageInstallerSession;206 openPackageInstallerSession(parentSessionId)) { in getChildSessionIds()234 PackageInstaller.Session session = openPackageInstallerSession(sessionId); in openSession()
157 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenAndAbandonSessionForSingleApk()176 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenAndCommitSessionForSingleApk()193 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenSingleSessionWithParameters()204 = InstallUtils.openPackageInstallerSession(parentSessionId)) { in testOpenSessionForMultiPackageSession()214 = InstallUtils.openPackageInstallerSession(childSessionId)) { in testOpenSessionForMultiPackageSession()
176 InstallUtils.openPackageInstallerSession(sessionId)) { in commit()199 InstallUtils.openPackageInstallerSession(sessionId)) { in createSession()
177 public static PackageInstaller.Session openPackageInstallerSession(int sessionId) in openPackageInstallerSession() method in InstallUtils
171 InstallUtils.openPackageInstallerSession(sessionId)) { in stageApex()
1442 InstallUtils.openPackageInstallerSession(sessionId) in commitSession()