Searched refs:mCallAddedLatch (Results 1 – 1 of 1) sorted by relevance
86 private CountDownLatch mCallAddedLatch = new CountDownLatch(1); field in SelfManagedAwareInCallService121 mCallAddedLatch.countDown(); in onCallAdded()138 mCallAddedLatch = TestUtils.waitForLock(mCallAddedLatch); in waitForCallAdded()139 if (mCallAddedLatch != null) { in waitForCallAdded()