Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java379 CountDownLatch callLogEntryLatch = getCallLogEntryLatch(); in placeOutgoingCall() local
397 boolean completedBeforeTimeout = callLogEntryLatch in placeOutgoingCall()
418 CountDownLatch callLogEntryLatch = null; in addIncoming() local
420 callLogEntryLatch = getCallLogEntryLatch(); in addIncoming()
438 boolean completedBeforeTimeout = callLogEntryLatch in addIncoming()
505 CountDownLatch callLogEntryLatch = getCallLogEntryLatch(); in addIncomingAndVerifyCallExtraForSilence() local
531 boolean completedBeforeTimeout = callLogEntryLatch in addIncomingAndVerifyCallExtraForSilence()
DConnectionServiceTest.java459 CountDownLatch callLogEntryLatch = getCallLogEntryLatch(); in testCallLogForBlockedNumberIncomingCall() local
467 callLogEntryLatch.await(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testCallLogForBlockedNumberIncomingCall()
DCallDetailsTest.java1119 CountDownLatch callLogEntryLatch = getCallLogEntryLatch(); in testLogFeatures() local
1133 callLogEntryLatch.await(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in testLogFeatures()