Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java58 private static CountDownLatch sTelecomUnboundLatch; field in CtsConnectionService
361 if (sTelecomUnboundLatch != null && sTelecomUnboundLatch.getCount() > 0) { in onTelecomConnected()
365 sTelecomUnboundLatch = new CountDownLatch(1); in onTelecomConnected()
374 if (sTelecomUnboundLatch != null) { in onTelecomDisconnected()
375 sTelecomUnboundLatch.countDown(); in onTelecomDisconnected()
399 return sTelecomUnboundLatch; in getUnboundLatch()