Home
last modified time | relevance | path

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

/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java86 private CountDownLatch mCallAddedLatch = new CountDownLatch(1); field in SelfManagedAwareInCallService
121 mCallAddedLatch.countDown(); in onCallAdded()
138 mCallAddedLatch = TestUtils.waitForLock(mCallAddedLatch); in waitForCallAdded()
139 if (mCallAddedLatch != null) { in waitForCallAdded()