Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsCallDiagnosticService.java55 private CountDownLatch mCallDetailsReceivedLatch = new CountDownLatch(1); field in CtsCallDiagnosticService.CtsCallDiagnostics
61 mCallDetailsReceivedLatch.countDown(); in onCallDetailsChanged()
120 return mCallDetailsReceivedLatch; in getCallDetailsReceivedLatch()