Home
last modified time | relevance | path

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

/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java81 private static CountDownLatch sServiceUnBoundLatch = new CountDownLatch(1); field in SelfManagedAwareInCallService
98 sServiceUnBoundLatch = new CountDownLatch(1); in onBind()
105 sServiceUnBoundLatch.countDown(); in onUnbind()
152 sServiceUnBoundLatch = TestUtils.waitForLock(sServiceUnBoundLatch); in waitForUnBinding()
153 return sServiceUnBoundLatch != null; in waitForUnBinding()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java59 private static CountDownLatch sServiceUnBoundLatch = new CountDownLatch(1); field in CtsConnectionService
256 sServiceUnBoundLatch.countDown(); in onUnbind()
271 return TestUtils.waitForLatchCountDown(sServiceUnBoundLatch); in waitForUnBinding()