Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java41 private static CountDownLatch sUnboundLatch = new CountDownLatch(1); field in CtsCarModeInCallService
59 sUnboundLatch.countDown(); in onUnbind()
96 sUnboundLatch = new CountDownLatch(1); in reset()
118 return bind ? checkLatch(sBoundLatch) : checkLatch(sUnboundLatch); in checkBindStatus()