Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java159 List<PackageInstaller.SessionInfo> stagedSessions = packageInstaller.getStagedSessions(); in cleanUp() local
160 for (PackageInstaller.SessionInfo sessionInfo : stagedSessions) { in cleanUp()