Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java336 final Thread writeToProcess; in executeShellCommand() local
341 writeToProcess = new Thread(new Repeater(source_in, source_out)); in executeShellCommand()
342 writeToProcess.start(); in executeShellCommand()
344 writeToProcess = null; in executeShellCommand()
351 if (writeToProcess != null) { in executeShellCommand()
352 writeToProcess.join(); in executeShellCommand()