Searched refs:sUnboundLatch (Results 1 – 1 of 1) sorted by relevance
41 private static CountDownLatch sUnboundLatch = new CountDownLatch(1); field in CtsCarModeInCallService59 sUnboundLatch.countDown(); in onUnbind()96 sUnboundLatch = new CountDownLatch(1); in reset()118 return bind ? checkLatch(sBoundLatch) : checkLatch(sUnboundLatch); in checkBindStatus()