Searched refs:sServiceBoundLatch (Results 1 – 2 of 2) sorted by relevance
80 private static CountDownLatch sServiceBoundLatch = new CountDownLatch(1); field in SelfManagedAwareInCallService97 sServiceBoundLatch.countDown(); in onBind()104 sServiceBoundLatch = new CountDownLatch(1); in onUnbind()110 sServiceBoundLatch = new CountDownLatch(1); in tearDown()147 sServiceBoundLatch = TestUtils.waitForLock(sServiceBoundLatch); in waitForBinding()148 return sServiceBoundLatch != null; in waitForBinding()
37 private static CountDownLatch sServiceBoundLatch = new CountDownLatch(1); field in CtsThirdPartyInCallService64 long olderState = sServiceBoundLatch.getCount(); in onBind()65 sServiceBoundLatch.countDown(); in onBind()66 Log.d(TAG, "In Call Service on bind, " + olderState + " -> " + sServiceBoundLatch); in onBind()117 sServiceBoundLatch = new CountDownLatch(1); in resetLatchForServiceBound()126 checkLatch(sServiceBoundLatch) in checkBindStatus()