Searched refs:mDisconnectedLatch (Results 1 – 2 of 2) sorted by relevance
63 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in InstrumentedFieldClassificationService141 if (mDisconnectedLatch.getCount() == 0) { in onDisconnected()144 mDisconnectedLatch.countDown(); in onDisconnected()
90 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in CtsContentCaptureService265 if (mDisconnectedLatch.getCount() == 0) { in onDisconnected()268 mDisconnectedLatch.countDown(); in onDisconnected()299 await(mDisconnectedLatch, "not disconnected"); in waitUntilDisconnected()502 pw.print("mDisconnectedLatch: "); pw.println(mDisconnectedLatch); in dump()