Searched refs:sBindingLatch (Results 1 – 2 of 2) sorted by relevance
29 private static CountDownLatch sBindingLatch = new CountDownLatch(1); field in CtsSelfManagedConnectionService42 sBindingLatch.await(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in waitForAndGetConnectionService()52 if (sBindingLatch != null) { in CtsSelfManagedConnectionService()53 sBindingLatch.countDown(); in CtsSelfManagedConnectionService()55 sBindingLatch = new CountDownLatch(1); in CtsSelfManagedConnectionService()
49 private static CountDownLatch sBindingLatch = new CountDownLatch(1); field in CtsConnectionService62 sBindingLatch.await(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in waitForAndGetConnectionService()72 if (sBindingLatch != null) { in CtsConnectionService()73 sBindingLatch.countDown(); in CtsConnectionService()75 sBindingLatch = new CountDownLatch(1); in CtsConnectionService()