Searched refs:executeShellCommandStream (Results 1 – 1 of 1) sorted by relevance
1208 try (InputStream inputStream = executeShellCommandStream( in installSplit()1267 try (InputStream inputStream = executeShellCommandStream(command)) { in executeShellCommand()1272 private static InputStream executeShellCommandStream(String command) throws IOException { in executeShellCommandStream() method in PackageManagerShellCommandIncrementalTest