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.java89 private final ArrayMap<ContentCaptureSessionId, CountDownLatch> mUnfinishedSessionLatches = field in CtsContentCaptureService
242 mUnfinishedSessionLatches.put(sessionId, new CountDownLatch(1)); in onCreateContentCaptureSession()
366 pw.print("mUnfinishedSessionLatches: "); pw.println(mUnfinishedSessionLatches); in dump()
375 final CountDownLatch latch = mUnfinishedSessionLatches.get(sessionId); in getUnfinishedSessionLatch()
394 + ".\nLatches=" + mUnfinishedSessionLatches in throwIllegalSessionStateException()