Searched refs:ShellInstallSession (Results 1 – 1 of 1) sorted by relevance
275 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 ResourcesHardeningTest429 private ShellInstallSession(IncrementalInstallSession session, in ShellInstallSession() method in ResourcesHardeningTest.ShellInstallSession