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.java54 private static CountDownLatch sBindingLock = new CountDownLatch(1); field in CtsSelfManagedConnectionService
83 sBindingLock.countDown(); in CtsSelfManagedConnectionService()
88 sBindingLock = new CountDownLatch(1); in onUnbind()
160 sBindingLock = new CountDownLatch(1); in tearDown()
211 return TestUtils.waitForLatchCountDown(sBindingLock); in waitForBinding()