Home
last modified time | relevance | path

Searched defs:session (Results 1 – 3 of 3) sorted by relevance

/test/cts-root/hostsidetests/packageinstaller/app/src/com/android/cts_root/packageinstaller/
DSessionCleanUpTest.java119 try (PackageInstaller.Session session = openPackageInstallerSession(sessionId)) { in testSessionCleanUp_Single_VerificationFailed()
146 try (PackageInstaller.Session session = openPackageInstallerSession(sessionId)) { in testSessionCleanUp_Single_ValidationFailed()
173 try (PackageInstaller.Session session = openPackageInstallerSession(sessionId)) { in testSessionCleanUp_Single_NoPermission()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java137 public SubPlanHelper(String name, int session, Collection<String> resultTypes) { in SubPlanHelper()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp589 auto session = RpcSession::make(); in GetTrustedHalInfoFetcher() local