Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java425 final ParcelFileDescriptor source, final ParcelFileDescriptor stderrSink) in executeShellCommandWithStderr() argument
466 if (stderrSink != null) { in executeShellCommandWithStderr()
468 OutputStream sink_out = new FileOutputStream(stderrSink.getFileDescriptor()); in executeShellCommandWithStderr()
494 IoUtils.closeQuietly(stderrSink); in executeShellCommandWithStderr()
DIUiAutomationConnection.aidl60 in ParcelFileDescriptor source, in ParcelFileDescriptor stderrSink); in executeShellCommandWithStderr() argument