Home
last modified time | relevance | path

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

/cts/tests/translation/src/android/translation/cts/
DCtsContentCaptureService.java55 private final CountDownLatch mSessionCreatedLatch = new CountDownLatch(1); field in CtsContentCaptureService
81 mSessionCreatedLatch.countDown(); in onCreateContentCaptureSession()
141 mSessionCreatedLatch.await(timeoutMillis, TimeUnit.MILLISECONDS); in awaitSessionCreated()