Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java329 public class Repeater implements Runnable { class in UiAutomationConnection
333 public Repeater (InputStream readFrom, OutputStream writeTo) { in Repeater() method in UiAutomationConnection.Repeater
381 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommand()
393 writeToProcess = new Thread(new Repeater(source_in, source_out)); in executeShellCommand()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9766 Landroid/app/UiAutomationConnection$Repeater;
9767 Landroid/app/UiAutomationConnection$Repeater;-><init>(Ljava/io/InputStream;Ljava/io/OutputStream;)V
9768 Landroid/app/UiAutomationConnection$Repeater;->readFrom:Ljava/io/InputStream;
9769 Landroid/app/UiAutomationConnection$Repeater;->writeTo:Ljava/io/OutputStream;