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.java1229 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