Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java909 CountDownLatch incomingCallAddedLatch = new CountDownLatch(1); in startIncomingPhoneCall() local
911 new IncomingCallAddedListener(incomingCallAddedLatch); in startIncomingPhoneCall()
937 incomingCallAddedLatch.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in startIncomingPhoneCall()