Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java90 private final ArrayMap<ContentCaptureSessionId, CountDownLatch> mUnfinishedSessionLatches = field in CtsContentCaptureService
243 mUnfinishedSessionLatches.put(sessionId, new CountDownLatch(1)); in onCreateContentCaptureSession()
367 pw.print("mUnfinishedSessionLatches: "); pw.println(mUnfinishedSessionLatches); in dump()
376 final CountDownLatch latch = mUnfinishedSessionLatches.get(sessionId); in getUnfinishedSessionLatch()
395 + ".\nLatches=" + mUnfinishedSessionLatches in throwIllegalSessionStateException()