Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java1203 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