Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java118 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
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java98 private static boolean checkLatch(CountDownLatch latch) { in checkLatch() method in CtsThirdPartyInCallService
126 checkLatch(sServiceBoundLatch) in checkBindStatus()
127 : checkLatch(sServiceUnboundlatch); in checkBindStatus()