Home
last modified time | relevance | path

Searched refs:getStagedSessions (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java895 String stagedSessionsAfterTest = getStagedSessions(); in failed()
903 mStagedSessionsBeforeTest = getStagedSessions(); in starting()
906 private String getStagedSessions() { in getStagedSessions() method in StagedInstallTest.FailedTestLogHook
/cts/hostsidetests/install/app/src/android/cts/install/
DInstallRule.java81 packageInstaller.getStagedSessions().stream() in cleanUp()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DPackageInstallerEnumerationTests.java144 final Integer[] sessionIds = installer.getStagedSessions().stream() in getStagedSessions_sessionOwner_canSeeSession()
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java390 for (PackageInstaller.SessionInfo session : packageInstaller.getStagedSessions()) { in getStagedSessionInfo()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java205 List<PackageInstaller.SessionInfo> stagedSessions = packageInstaller.getStagedSessions(); in cleanUp()
1494 List<PackageInstaller.SessionInfo> sessions = packageInstaller.getStagedSessions(); in assertSessionState()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DTestActivity.java402 .getStagedSessions(); in handleIntent()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt12647 …NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getStagedSessions();