Searched refs:sServiceUnBoundLatch (Results 1 – 2 of 2) sorted by relevance
81 private static CountDownLatch sServiceUnBoundLatch = new CountDownLatch(1); field in SelfManagedAwareInCallService98 sServiceUnBoundLatch = new CountDownLatch(1); in onBind()105 sServiceUnBoundLatch.countDown(); in onUnbind()152 sServiceUnBoundLatch = TestUtils.waitForLock(sServiceUnBoundLatch); in waitForUnBinding()153 return sServiceUnBoundLatch != null; in waitForUnBinding()
59 private static CountDownLatch sServiceUnBoundLatch = new CountDownLatch(1); field in CtsConnectionService256 sServiceUnBoundLatch.countDown(); in onUnbind()271 return TestUtils.waitForLatchCountDown(sServiceUnBoundLatch); in waitForUnBinding()