Searched refs:mChangeLatch (Results 1 – 1 of 1) sorted by relevance
42 private CountDownLatch mChangeLatch = new CountDownLatch(1); field in CtsCallDiagnosticService150 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()