Home
last modified time | relevance | path

Searched refs:waitForPredicate (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java1060 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()
DTestUtils.java904 public void waitForPredicate(Predicate predicate, long timeoutMillis) { in waitForPredicate() method in TestUtils.InvokeCounter