Home
last modified time | relevance | path

Searched refs:resultLatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DBinderDeathRecipientTest.java82 final CountDownLatch resultLatch = new CountDownLatch(1); in getNewRemoteBinder() local
93 resultLatch.countDown(); in getNewRemoteBinder()
97 assertTrue("Request for binder timed out", resultLatch.await(5, TimeUnit.SECONDS)); in getNewRemoteBinder()
/frameworks/base/services/core/java/com/android/server/locksettings/
DResumeOnRebootServiceProvider.java242 private ResumeOnRebootServiceCallback(CountDownLatch resultLatch) { in ResumeOnRebootServiceCallback() argument
243 this.mResultLatch = resultLatch; in ResumeOnRebootServiceCallback()