Searched refs:sBindingLock (Results 1 – 1 of 1) sorted by relevance
50 private static CountDownLatch sBindingLock = new CountDownLatch(1); field in CtsSelfManagedConnectionService79 sBindingLock.countDown(); in CtsSelfManagedConnectionService()84 sBindingLock = new CountDownLatch(1); in onUnbind()155 sBindingLock = new CountDownLatch(1); in tearDown()209 return TestUtils.waitForLatchCountDown(sBindingLock); in waitForBinding()