Searched refs:parentSessionId (Results 1 – 4 of 4) sorted by relevance
204 private int[] getChildSessionIds(int parentSessionId) throws IOException { in getChildSessionIds() argument206 openPackageInstallerSession(parentSessionId)) { in getChildSessionIds()398 final int parentSessionId = Install.multi(TestApp.A1, in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack() local400 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack()405 InstallUtils.getPackageInstaller().abandonSession(parentSessionId); in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack()414 final int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).createSession(); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack() local415 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack()420 InstallUtils.getPackageInstaller().abandonSession(parentSessionId); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack()429 final int parentSessionId = Install.multi(TestApp.A1, TestApp.B1) in abandon_stagedParentSession_shouldAbandonAllChildrenSessions() local431 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_shouldAbandonAllChildrenSessions()[all …]
345 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).createSession(); in testInvalidStateScenarios() local347 openPackageInstallerSession(parentSessionId)) { in testInvalidStateScenarios()
209 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).setStaged().createSession(); in testOpenSessionForMultiPackageSession() local211 = InstallUtils.openPackageInstallerSession(parentSessionId)) { in testOpenSessionForMultiPackageSession()
1499 String parentSessionId = createSession("--multi-package"); in testAppUsingSdkRequiredInstallGroupInstall() local1513 "pm install-add-session " + parentSessionId + " " + sdkSessionId + " " in testAppUsingSdkRequiredInstallGroupInstall()1515 commitSession(parentSessionId); in testAppUsingSdkRequiredInstallGroupInstall()