Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DLogcatEventParserTest.java147 LogcatEventParser.LogcatEvent result = mParser.waitForEvent(EVENT_TIMEOUT_MS); in testWaitForEvent()
156 LogcatEventParser.LogcatEvent result = mParser.waitForEvent(0); in testWaitForEventTimeout()
183 LogcatEventParser.LogcatEvent result = mParser.waitForEvent(EVENT_TIMEOUT_MS); in testEndToEnd()
/tools/tradefederation/core/javatests/com/android/tradefed/util/sl4a/
DSl4aEventDispatcherTest.java171 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent()
196 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/
DGenericLogcatEventParser.java161 public LogcatEvent waitForEvent(long timeoutMs) throws InterruptedException { in waitForEvent() method in GenericLogcatEventParser
/tools/netsim/testing/mobly/
Dble_utils.py197 scan_result = scanner.scan_callback.waitForEvent(
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2487 public synchronized boolean waitForEvent(long maxWaitTime) { in waitForEvent() method in CommandScheduler.WaitObj
2489 return waitForEvent(); in waitForEvent()
2509 public synchronized boolean waitForEvent() { in waitForEvent() method in CommandScheduler.WaitObj
2530 waitForEvent(maxWaitTime); in waitAndReset()