Home
last modified time | relevance | path

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

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