Home
last modified time | relevance | path

Searched refs:waitForEvent (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DLogcatEventParserTest.java142 LogcatEventParser.LogcatEvent result = mParser.waitForEvent(EVENT_TIMEOUT_MS); in testWaitForEvent()
151 LogcatEventParser.LogcatEvent result = mParser.waitForEvent(0); in testWaitForEventTimeout()
187 LogcatEventParser.LogcatEvent result = mParser.waitForEvent(EVENT_TIMEOUT_MS); in testEndToEnd()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2173 mHandoverHandshake.waitForEvent(MAX_HANDOVER_INIT_TIME); in waitForHandoverHandshake()
2190 public synchronized boolean waitForEvent(long maxWaitTime) { in waitForEvent() method in CommandScheduler.WaitObj
2192 return waitForEvent(); in waitForEvent()
2211 public synchronized boolean waitForEvent() { in waitForEvent() method in CommandScheduler.WaitObj
2234 waitForEvent(maxWaitTime); in waitAndReset()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcherTest.java170 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent()
195 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent_notMatching()
/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