Searched refs:Repeater (Results 1 – 2 of 2) sorted by relevance
387 public class Repeater implements Runnable { class in UiAutomationConnection391 public Repeater (InputStream readFrom, OutputStream writeTo) { in Repeater() method in UiAutomationConnection.Repeater446 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()458 writeToProcess = new Thread(new Repeater(source_in, source_out)); in executeShellCommandWithStderr()470 readStderrFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()
9139 Landroid/app/UiAutomationConnection$Repeater;->readFrom:Ljava/io/InputStream;9140 Landroid/app/UiAutomationConnection$Repeater;->writeTo:Ljava/io/OutputStream;