Home
last modified time | relevance | path

Searched refs:sServiceBoundLatch (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java80 private static CountDownLatch sServiceBoundLatch = new CountDownLatch(1); field in SelfManagedAwareInCallService
97 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()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java37 private static CountDownLatch sServiceBoundLatch = new CountDownLatch(1); field in CtsThirdPartyInCallService
64 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()