Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java33 CountDownLatch mConnectionLatch = new CountDownLatch(1); field in CtsSelfManagedConnectionService
66 mConnectionLatch.await(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in waitForAndGetConnection()
69 mConnectionLatch = new CountDownLatch(1); in waitForAndGetConnection()
110 if (mConnectionLatch != null) { in createConnection()
111 mConnectionLatch.countDown(); in createConnection()
DCtsConnectionService.java53 private CountDownLatch mConnectionLatch = new CountDownLatch(1); field in CtsConnectionService
86 mConnectionLatch.await(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in waitForAndGetConnection()
89 mConnectionLatch = new CountDownLatch(1); in waitForAndGetConnection()
154 if (mConnectionLatch != null) { in createManagedConnection()
155 mConnectionLatch.countDown(); in createManagedConnection()