Home
last modified time | relevance | path

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

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