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