Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomSystemTest.java898 CountDownLatch incomingCallAddedLatch = new CountDownLatch(1); in startIncomingPhoneCall() local
900 new IncomingCallAddedListener(incomingCallAddedLatch); in startIncomingPhoneCall()
931 incomingCallAddedLatch.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in startIncomingPhoneCall()