Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DResourcesHardeningTest.java275 try (ShellInstallSession session = startInstallSession()) { in testIncrementalForeignPackageResources()
280 try (ShellInstallSession session = startInstallSession()) { in testIncrementalForeignPackageResources()
321 private final ShellInstallSession mSession;
324 RemoteTest(ShellInstallSession session, String testName) { in RemoteTest()
392 private ShellInstallSession startInstallSession() throws IOException, in startInstallSession()
397 private ShellInstallSession startInstallSession(String[] apks, String packageName) in startInstallSession()
411 final ShellInstallSession session = new ShellInstallSession( in startInstallSession()
424 private static class ShellInstallSession implements AutoCloseable { class in ResourcesHardeningTest
429 private ShellInstallSession(IncrementalInstallSession session, in ShellInstallSession() method in ResourcesHardeningTest.ShellInstallSession