Searched refs:mUnfinishedSessionLatches (Results 1 – 1 of 1) sorted by relevance
110 private final ArrayMap<ContentCaptureSessionId, CountDownLatch> mUnfinishedSessionLatches = field in CtsContentCaptureService316 mUnfinishedSessionLatches.put(sessionId, new CountDownLatch(1)); in onCreateContentCaptureSession()506 pw.print("mUnfinishedSessionLatches: "); pw.println(mUnfinishedSessionLatches); in dump()515 final CountDownLatch latch = mUnfinishedSessionLatches.get(sessionId); in getUnfinishedSessionLatch()534 + ".\nLatches=" + mUnfinishedSessionLatches in throwIllegalSessionStateException()