Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java324 final Thread readFromProcess; in executeShellCommand() local
329 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommand()
330 readFromProcess.start(); in executeShellCommand()
332 readFromProcess = null; in executeShellCommand()
354 if (readFromProcess != null) { in executeShellCommand()
355 readFromProcess.join(); in executeShellCommand()