Searched refs:waitForEvent (Results 1 – 6 of 6) sorted by relevance
147 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()
171 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent()196 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent_notMatching()
142 public EventSl4aObject waitForEvent(String name, Predicate<EventSl4aObject> predicate, in waitForEvent() method in Sl4aEventDispatcher
161 public LogcatEvent waitForEvent(long timeoutMs) throws InterruptedException { in waitForEvent() method in GenericLogcatEventParser
197 scan_result = scanner.scan_callback.waitForEvent(
2487 public synchronized boolean waitForEvent(long maxWaitTime) { in waitForEvent() method in CommandScheduler.WaitObj2489 return waitForEvent(); in waitForEvent()2509 public synchronized boolean waitForEvent() { in waitForEvent() method in CommandScheduler.WaitObj2530 waitForEvent(maxWaitTime); in waitAndReset()