Searched refs:openPackageInstallerSession (Results 1 – 8 of 8) 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()
164 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenAndAbandonSessionForSingleApk()183 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenAndCommitSessionForSingleApk()200 = InstallUtils.openPackageInstallerSession(sessionId)) { in testOpenSingleSessionWithParameters()211 = InstallUtils.openPackageInstallerSession(parentSessionId)) { in testOpenSessionForMultiPackageSession()221 = InstallUtils.openPackageInstallerSession(childSessionId)) { in testOpenSessionForMultiPackageSession()
228 InstallUtils.openPackageInstallerSession(sessionId)) { in commit()251 InstallUtils.openPackageInstallerSession(sessionId)) { in createSession()
133 public static PackageInstaller.Session openPackageInstallerSession(int sessionId) in openPackageInstallerSession() method in InstallUtils
175 InstallUtils.openPackageInstallerSession(sessionId)) { in stageApex()
365 InstallUtils.openPackageInstallerSession(sessionId).commit(sender.getIntentSender()); in testNoSessionUpdatedBroadcastSentForStagedSessionAbandon()1422 InstallUtils.openPackageInstallerSession(sessionId) in commitSession()
265 InstallUtils.openPackageInstallerSession(sessionId); in commitSession()