Searched refs:mDestroyed (Results 1 – 2 of 2) sorted by relevance
168 sServiceWatcher.mDestroyed.countDown(); in onDisconnected()394 private final CountDownLatch mDestroyed = new CountDownLatch(1); field in CtsAugmentedAutofillService.ServiceWatcher410 await(mDestroyed, "not destroyed"); in waitOnDisconnected()416 + " destroyed: " + (mDestroyed.getCount() == 0); in toString()
210 sServiceWatcher.mDestroyed.countDown(); in onDisconnected()481 private final CountDownLatch mDestroyed = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher503 await(mDestroyed, "not destroyed"); in waitOnDestroy()525 + " destroyed: " + (mDestroyed.getCount() == 0) in toString()