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