Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java486 OutputStream sink_out = new FileOutputStream(sink.getFileDescriptor()); in executeShellCommandWithStderr() local
488 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()
510 OutputStream sink_out = new FileOutputStream(stderrSink.getFileDescriptor()); in executeShellCommandWithStderr() local
512 readStderrFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()