Searched refs:mDestroyed (Results 1 – 4 of 4) sorted by relevance
34 private CountDownLatch mDestroyed; field in GetResultActivity61 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()
236 private final CountDownLatch mDestroyed = new CountDownLatch(1); field in ServiceWatcher269 sServiceWatcher.mDestroyed.countDown(); in onDisconnected()283 await(mDestroyed, "not destroyed"); in waitOnDisconnected()
172 sServiceWatcher.mDestroyed.countDown(); in onDisconnected()417 private final CountDownLatch mDestroyed = new CountDownLatch(1); field in ServiceWatcher433 await(mDestroyed, "not destroyed"); in waitOnDisconnected()439 + " destroyed: " + (mDestroyed.getCount() == 0); in toString()
252 sServiceWatcher.mDestroyed.countDown(); in onDisconnected()600 private final CountDownLatch mDestroyed = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher623 await(mDestroyed, "not destroyed"); in waitOnDestroy()645 + " destroyed: " + (mDestroyed.getCount() == 0) in toString()