Searched refs:mDisconnectedLatch (Results 1 – 2 of 2) sorted by relevance
79 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in CtsAugmentedAutofillService158 if (mDisconnectedLatch.getCount() == 0) { in onDisconnected()161 mDisconnectedLatch.countDown(); in onDisconnected()207 await(mDisconnectedLatch, "not disconnected"); in waitUntilDisconnected()
82 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in CtsContentCaptureService233 if (mDisconnectedLatch.getCount() == 0) { in onDisconnected()236 mDisconnectedLatch.countDown(); in onDisconnected()267 await(mDisconnectedLatch, "not disconnected"); in waitUntilDisconnected()457 pw.print("mDisconnectedLatch: "); pw.println(mDisconnectedLatch); in dump()