Searched refs:sServiceUnBoundLatch (Results 1 – 1 of 1) 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()