Home
last modified time | relevance | path

Searched refs:mDestroyed (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DGetResultActivity.java34 private CountDownLatch mDestroyed; field in GetResultActivity
61 if (mDestroyed != null) { in onDestroy()
62 mDestroyed.countDown(); in onDestroy()
78 mDestroyed = new CountDownLatch(1); in clearResult()
91 mDestroyed.await(5, TimeUnit.SECONDS); in getDestroyed()
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierTestWatcher.java236 private final CountDownLatch mDestroyed = new CountDownLatch(1); field in ServiceWatcher
269 sServiceWatcher.mDestroyed.countDown(); in onDisconnected()
283 await(mDestroyed, "not destroyed"); in waitOnDisconnected()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCtsAugmentedAutofillService.java172 sServiceWatcher.mDestroyed.countDown(); in onDisconnected()
417 private final CountDownLatch mDestroyed = new CountDownLatch(1); field in ServiceWatcher
433 await(mDestroyed, "not destroyed"); in waitOnDisconnected()
439 + " destroyed: " + (mDestroyed.getCount() == 0); in toString()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java252 sServiceWatcher.mDestroyed.countDown(); in onDisconnected()
600 private final CountDownLatch mDestroyed = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher
623 await(mDestroyed, "not destroyed"); in waitOnDestroy()
645 + " destroyed: " + (mDestroyed.getCount() == 0) in toString()