Searched refs:incomingCallAddedLatch (Results 1 – 1 of 1) sorted by relevance
970 CountDownLatch incomingCallAddedLatch = new CountDownLatch(1); in startIncomingPhoneCall() local972 new IncomingCallAddedListener(incomingCallAddedLatch); in startIncomingPhoneCall()1005 incomingCallAddedLatch.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in startIncomingPhoneCall()