Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java388 final Thread writeToProcess; in executeShellCommand() local
393 writeToProcess = new Thread(new Repeater(source_in, source_out)); in executeShellCommand()
394 writeToProcess.start(); in executeShellCommand()
396 writeToProcess = null; in executeShellCommand()
403 if (writeToProcess != null) { in executeShellCommand()
404 writeToProcess.join(); in executeShellCommand()