Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java430 public class Repeater implements Runnable { class in UiAutomationConnection
434 public Repeater (InputStream readFrom, OutputStream writeTo) { in Repeater() method in UiAutomationConnection.Repeater
488 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()
500 writeToProcess = new Thread(new Repeater(source_in, source_out)); in executeShellCommandWithStderr()
512 readStderrFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9139 Landroid/app/UiAutomationConnection$Repeater;->readFrom:Ljava/io/InputStream;
9140 Landroid/app/UiAutomationConnection$Repeater;->writeTo:Ljava/io/OutputStream;