Searched refs:waitForNextQueueElement (Results 1 – 4 of 4) sorted by relevance
61 return WebkitUtils.waitForNextQueueElement(mQueue); in waitForOnPostMessage()
237 public static <T> T waitForNextQueueElement(@NonNull BlockingQueue<T> queue) { in waitForNextQueueElement() method in WebkitUtils
83 return WebkitUtils.waitForNextQueueElement(mQueue); in waitForOnPostMessage()
202 WebkitUtils.waitForNextQueueElement(queue)); in testMessageChannel()