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

/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java277 public class Repeater implements Runnable { class in class:UiAutomationConnection
281 public Repeater (InputStream readFrom, OutputStream writeTo) { method in class:UiAutomationConnection.Repeater
329 readFromProcess = new Thread(new Repeater(sink_in, sink_out));
341 writeToProcess = new Thread(new Repeater(source_in, source_out));

Completed in 81 milliseconds