Searched refs:resultLatch (Results 1 – 2 of 2) sorted by relevance
75 final CountDownLatch resultLatch = new CountDownLatch(1); in getNewRemoteBinder() local86 resultLatch.countDown(); in getNewRemoteBinder()90 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()