Searched refs:resultLatch (Results 1 – 2 of 2) sorted by relevance
82 final CountDownLatch resultLatch = new CountDownLatch(1); in getNewRemoteBinder() local93 resultLatch.countDown(); in getNewRemoteBinder()97 assertTrue("Request for binder timed out", resultLatch.await(5, TimeUnit.SECONDS)); in getNewRemoteBinder()
242 private ResumeOnRebootServiceCallback(CountDownLatch resultLatch) { in ResumeOnRebootServiceCallback() argument243 this.mResultLatch = resultLatch; in ResumeOnRebootServiceCallback()