Home
last modified time | relevance | path

Searched refs:mConnectionLatch (Results 1 – 4 of 4) 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()
/cts/tests/tests/media/src/android/media/cts/
DRemoteService.java122 private final CountDownLatch mConnectionLatch; field in RemoteService.Invoker
139 mConnectionLatch = new CountDownLatch(1); in Invoker()
144 mConnectionLatch.countDown(); in Invoker()
156 mConnectionLatch.await(TIMEOUT_MS, MILLISECONDS)); in Invoker()
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DTestAppInterface.java50 private volatile CountDownLatch mConnectionLatch; field in TestAppInterface
57 mConnectionLatch.countDown();
77 mConnectionLatch = new CountDownLatch(1); in TestAppInterface()
82 mConnectionLatch.await(5, TimeUnit.SECONDS); in TestAppInterface()