Home
last modified time | relevance | path

Searched defs:waitForEvent (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java142 public EventSl4aObject waitForEvent(String name, Predicate<EventSl4aObject> predicate, in waitForEvent() method in Sl4aEventDispatcher
/tools/tradefederation/core/src/com/android/tradefed/util/
DLogcatEventParser.java147 public LogcatEvent waitForEvent(long timeoutMs) throws InterruptedException { in waitForEvent() method in LogcatEventParser
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2190 public synchronized boolean waitForEvent(long maxWaitTime) { in waitForEvent() method in CommandScheduler.WaitObj
2211 public synchronized boolean waitForEvent() { in waitForEvent() method in CommandScheduler.WaitObj