Searched refs:mDisconnectedLatch (Results 1 – 2 of 2) sorted by relevance
75 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in CtsAugmentedAutofillService154 if (mDisconnectedLatch.getCount() == 0) { in onDisconnected()157 mDisconnectedLatch.countDown(); in onDisconnected()184 await(mDisconnectedLatch, "not disconnected"); in waitUntilDisconnected()
69 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in CtsContentCaptureService190 if (mDisconnectedLatch.getCount() == 0) { in onDisconnected()193 mDisconnectedLatch.countDown(); in onDisconnected()225 await(mDisconnectedLatch, "not disconnected"); in waitUntilDisconnected()362 pw.print("mDisconnectedLatch: "); pw.println(mDisconnectedLatch); in dump()