Home
last modified time | relevance | path

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