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