Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsCallDiagnosticService.java44 private CountDownLatch mCallAudioStateLatch = new CountDownLatch(1); field in CtsCallDiagnosticService
166 mCallAudioStateLatch.countDown(); in onCallAudioStateChanged()
189 return mCallAudioStateLatch; in getCallAudioStateLatch()