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()
70 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in CtsContentCaptureService191 if (mDisconnectedLatch.getCount() == 0) { in onDisconnected()194 mDisconnectedLatch.countDown(); in onDisconnected()226 await(mDisconnectedLatch, "not disconnected"); in waitUntilDisconnected()363 pw.print("mDisconnectedLatch: "); pw.println(mDisconnectedLatch); in dump()