Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java456 InputStream source_in = new FileInputStream(source.getFileDescriptor()); in executeShellCommandWithStderr() local
458 writeToProcess = new Thread(new Repeater(source_in, source_out)); in executeShellCommandWithStderr()