Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsSelfManagedConnectionService.java50 private static CountDownLatch sBindingLock = new CountDownLatch(1); field in CtsSelfManagedConnectionService
79 sBindingLock.countDown(); in CtsSelfManagedConnectionService()
84 sBindingLock = new CountDownLatch(1); in onUnbind()
155 sBindingLock = new CountDownLatch(1); in tearDown()
209 return TestUtils.waitForLatchCountDown(sBindingLock); in waitForBinding()