Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java483 final Thread readFromProcess; in executeShellCommandWithStderr() local
488 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()
489 readFromProcess.start(); in executeShellCommandWithStderr()
491 readFromProcess = null; in executeShellCommandWithStderr()
525 if (readFromProcess != null) { in executeShellCommandWithStderr()
526 readFromProcess.join(); in executeShellCommandWithStderr()