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.java396 public static PackageInstaller.SessionInfo getStagedSessionInfo(int sessionId) { in getStagedSessionInfo() method in InstallUtils
412 assertThat(getStagedSessionInfo(sessionId)).isNull(); in assertStagedSessionIsAbandoned()
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java675 final PackageInstaller.SessionInfo sessionA = InstallUtils.getStagedSessionInfo(sessionIdA); in testRollbackFailsOtherSessions_Phase2_RollBack()
680 final PackageInstaller.SessionInfo sessionB = InstallUtils.getStagedSessionInfo(sessionIdB); in testRollbackFailsOtherSessions_Phase2_RollBack()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java290 PackageInstaller.SessionInfo session = InstallUtils.getStagedSessionInfo(sessionId); in testAbandonStagedApkBeforeReboot_CommitAndAbandon()