Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DAbstractCrossUserContentResolverTest.java74 final CountDownLatch connectionLatch = new CountDownLatch(1); in setUp() local
75 mServiceConnection = new CrossUserContentServiceConnection(connectionLatch); in setUp()
81 if (!connectionLatch.await(TIMEOUT_SERVICE_CONNECTION_SEC, TimeUnit.SECONDS)) { in setUp()
/frameworks/base/services/core/java/com/android/server/locksettings/
DResumeOnRebootServiceProvider.java141 CountDownLatch connectionLatch = new CountDownLatch(1); in bindToService() local
148 connectionLatch.countDown(); in bindToService()
165 waitForLatch(connectionLatch, "serviceConnection", timeOut); in bindToService()