Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java1157 ParcelFileDescriptor source_write = null; in executeShellCommandRw() local
1166 source_write = pipe_write[0]; in executeShellCommandRw()
1170 mUiAutomationConnection.executeShellCommand(command, sink_read, source_write); in executeShellCommandRw()
1177 IoUtils.closeQuietly(source_write); in executeShellCommandRw()