Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java260 final CountDownLatch latch = getUnfinishedSessionLatch(sessionId); in onDestroyContentCaptureSession()
309 final CountDownLatch latch = getUnfinishedSessionLatch(sessionId); in getFinishedSession()
374 private CountDownLatch getUnfinishedSessionLatch(final ContentCaptureSessionId sessionId) { in getUnfinishedSessionLatch() method in CtsContentCaptureService