Searched refs:sBindLatch (Results 1 – 8 of 8) sorted by relevance
30 public static CountDownLatch sBindLatch = new CountDownLatch(1); field in NullBindingConnectionService38 CountDownLatch latch = sBindLatch; in onBind()47 sBindLatch = new CountDownLatch(1); in onUnbind()
38 public static CountDownLatch sBindLatch = new CountDownLatch(1); field in NullBindingCallScreeningService45 sBindLatch.countDown(); in onBind()52 sBindLatch = new CountDownLatch(1); in onUnbind()63 sBindLatch = new CountDownLatch(1); in resetBindLatches()
36 public static CountDownLatch sBindLatch = new CountDownLatch(1); field in NullBindingCallRedirectionServiceController48 sBindLatch = new CountDownLatch(1); in resetBindLatches()58 sBindLatch.countDown(); in onBind()
41 private static CountDownLatch sBindLatch = new CountDownLatch(1); field in CtsCallDiagnosticService133 sBindLatch.countDown(); in onBind()181 return sBindLatch; in getBindLatch()
106 assertTrue(NullBindingCallScreeningService.sBindLatch.getCount() == 1); in assertBindLatchInit()110 assertTrue(TestUtils.waitForLatchCountDown(NullBindingCallScreeningService.sBindLatch)); in assertBindLatchCountDown()
78 assertTrue(TestUtils.waitForLatchCountDown(NullBindingConnectionService.sBindLatch)); in testNullBinding()
50 private static CountDownLatch sBindLatch = new CountDownLatch(1); field in MockInCallService96 sBindLatch = new CountDownLatch(1); in resetLatch()
249 NullBindingCallRedirectionServiceController.sBindLatch)); in testServiceUnbindOnNullBinding()