Searched refs:checkLatch (Results 1 – 2 of 2) sorted by relevance
118 return bind ? checkLatch(sBoundLatch) : checkLatch(sUnboundLatch); in checkBindStatus()123 return checkLatch(sCallAddedLatch); in checkCallAddedStatus()126 private static boolean checkLatch(CountDownLatch latch) { in checkLatch() method in CtsCarModeInCallService
98 private static boolean checkLatch(CountDownLatch latch) { in checkLatch() method in CtsThirdPartyInCallService126 checkLatch(sServiceBoundLatch) in checkBindStatus()127 : checkLatch(sServiceUnboundlatch); in checkBindStatus()