Searched refs:waitForPredicate (Results 1 – 2 of 2) sorted by relevance
1060 counter.waitForPredicate(new Predicate<CallAudioState>() { in testAudioRoute()1069 counter.waitForPredicate(new Predicate<CallAudioState>() { in testAudioRoute()1620 currentEndpointCounter.waitForPredicate(new Predicate<CallEndpoint>() { in testCallEndpoint()1638 currentEndpointCounter.waitForPredicate(new Predicate<CallEndpoint>() { in testCallEndpoint()
904 public void waitForPredicate(Predicate predicate, long timeoutMillis) { in waitForPredicate() method in TestUtils.InvokeCounter