HomeSort by relevance Sort by last modified time
    Searched refs:mConnectionLatch (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 53 private CountDownLatch mConnectionLatch = new CountDownLatch(1);
86 mConnectionLatch.await(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS);
89 mConnectionLatch = new CountDownLatch(1);
154 if (mConnectionLatch != null) {
155 mConnectionLatch.countDown();
CtsSelfManagedConnectionService.java 33 CountDownLatch mConnectionLatch = new CountDownLatch(1);
66 mConnectionLatch.await(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS);
69 mConnectionLatch = new CountDownLatch(1);
110 if (mConnectionLatch != null) {
111 mConnectionLatch.countDown();

Completed in 4402 milliseconds