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.java1188 ParcelFileDescriptor source_write = null; in executeShellCommandRw() local
1197 source_write = pipe_write[0]; in executeShellCommandRw()
1201 mUiAutomationConnection.executeShellCommand(command, sink_read, source_write); in executeShellCommandRw()
1208 IoUtils.closeQuietly(source_write); in executeShellCommandRw()