Home
last modified time | relevance | path

Searched refs:mDisconnectedLatch (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInstrumentedFieldClassificationService.java63 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in InstrumentedFieldClassificationService
141 if (mDisconnectedLatch.getCount() == 0) { in onDisconnected()
144 mDisconnectedLatch.countDown(); in onDisconnected()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java90 private final CountDownLatch mDisconnectedLatch = new CountDownLatch(1); field in CtsContentCaptureService
265 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()