Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsCallDiagnosticService.java42 private CountDownLatch mChangeLatch = new CountDownLatch(1); field in CtsCallDiagnosticService
150 mChangeLatch.countDown(); in onInitializeCallDiagnostics()
151 mChangeLatch = new CountDownLatch(1); in onInitializeCallDiagnostics()
159 mChangeLatch.countDown(); in onRemoveCallDiagnostics()
160 mChangeLatch = new CountDownLatch(1); in onRemoveCallDiagnostics()
197 return mChangeLatch; in getCallChangeLatch()