Home
last modified time | relevance | path

Searched refs:getStagedSessionInfo (Results 1 – 3 of 3) sorted by relevance

/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java388 public static PackageInstaller.SessionInfo getStagedSessionInfo(int sessionId) { in getStagedSessionInfo() method in InstallUtils
404 assertThat(getStagedSessionInfo(sessionId)).isNull(); in assertStagedSessionIsAbandoned()
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java680 final PackageInstaller.SessionInfo sessionA = InstallUtils.getStagedSessionInfo(sessionIdA); in testRollbackFailsOtherSessions_Phase2_RollBack()
685 final PackageInstaller.SessionInfo sessionB = InstallUtils.getStagedSessionInfo(sessionIdB); in testRollbackFailsOtherSessions_Phase2_RollBack()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java298 PackageInstaller.SessionInfo session = InstallUtils.getStagedSessionInfo(sessionId); in testAbandonStagedApkBeforeReboot_CommitAndAbandon()