Searched refs:mUnfinishedSessionLatches (Results 1 – 1 of 1) sorted by relevance
89 private final ArrayMap<ContentCaptureSessionId, CountDownLatch> mUnfinishedSessionLatches = field in CtsContentCaptureService242 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()