Searched refs:mSessionCreatedLatch (Results 1 – 1 of 1) sorted by relevance
55 private final CountDownLatch mSessionCreatedLatch = new CountDownLatch(1); field in CtsContentCaptureService81 mSessionCreatedLatch.countDown(); in onCreateContentCaptureSession()141 mSessionCreatedLatch.await(timeoutMillis, TimeUnit.MILLISECONDS); in awaitSessionCreated()