Home
last modified time | relevance | path

Searched refs:getSessionInfo (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/content/src/android/content/pm/cts/
DInstallSessionTransferTest.java64 private SessionInfo getSessionInfo(@NonNull PackageInstaller installer, in getSessionInfo() method in InstallSessionTransferTest
144 SessionInfo info = getSessionInfo(installer, sessionId); in transferSession()
150 assertThat(getSessionInfo(installer, sessionId)).isNull(); in transferSession()
DInstallSessionParamsUnitTest.java183 private SessionInfo getSessionInfo(int sessionId) { in getSessionInfo() method in InstallSessionParamsUnitTest
243 SessionInfo info = getSessionInfo(sessionId); in checkSessionParams()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java252 session = getSessionInfo(sessionId); in testAbandonStagedApkBeforeReboot_CommitAndAbandon()
1088 PackageInstaller.SessionInfo sessionInfo = packageInstaller.getSessionInfo(sessionId); in assertSessionState()
1189 private static PackageInstaller.SessionInfo getSessionInfo(int sessionId) { in getSessionInfo() method in StagedInstallTest
1190 return getPackageInstaller().getSessionInfo(sessionId); in getSessionInfo()
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java111 PackageInstaller.SessionInfo info = installer.getSessionInfo(sessionId); in waitForSessionReady()
/cts/tests/tests/media/src/android/media/cts/
DMediaControllerTest.java126 Bundle sessionInfo = mController.getSessionInfo(); in testGetSessionToken()
DMediaSessionTest.java548 Bundle sessionInfoOut = session.getController().getSessionInfo(); in testSessionInfoWithFrameworkParcelable()