Searched refs:connectionLatch (Results 1 – 2 of 2) sorted by relevance
74 final CountDownLatch connectionLatch = new CountDownLatch(1); in setUp() local75 mServiceConnection = new CrossUserContentServiceConnection(connectionLatch); in setUp()81 if (!connectionLatch.await(TIMEOUT_SERVICE_CONNECTION_SEC, TimeUnit.SECONDS)) { in setUp()
141 CountDownLatch connectionLatch = new CountDownLatch(1); in bindToService() local148 connectionLatch.countDown(); in bindToService()165 waitForLatch(connectionLatch, "serviceConnection", timeOut); in bindToService()