Searched refs:waitForEvent (Results 1 – 5 of 5) sorted by relevance
142 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()
2173 mHandoverHandshake.waitForEvent(MAX_HANDOVER_INIT_TIME); in waitForHandoverHandshake()2190 public synchronized boolean waitForEvent(long maxWaitTime) { in waitForEvent() method in CommandScheduler.WaitObj2192 return waitForEvent(); in waitForEvent()2211 public synchronized boolean waitForEvent() { in waitForEvent() method in CommandScheduler.WaitObj2234 waitForEvent(maxWaitTime); in waitAndReset()
170 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent()195 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent_notMatching()
142 public EventSl4aObject waitForEvent(String name, Predicate<EventSl4aObject> predicate, in waitForEvent() method in Sl4aEventDispatcher
147 public LogcatEvent waitForEvent(long timeoutMs) throws InterruptedException { in waitForEvent() method in LogcatEventParser