Searched refs:mConnectionLatch (Results 1 – 4 of 4) sorted by relevance
33 CountDownLatch mConnectionLatch = new CountDownLatch(1); field in CtsSelfManagedConnectionService66 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()
53 private CountDownLatch mConnectionLatch = new CountDownLatch(1); field in CtsConnectionService86 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()
122 private final CountDownLatch mConnectionLatch; field in RemoteService.Invoker139 mConnectionLatch = new CountDownLatch(1); in Invoker()144 mConnectionLatch.countDown(); in Invoker()156 mConnectionLatch.await(TIMEOUT_MS, MILLISECONDS)); in Invoker()
50 private volatile CountDownLatch mConnectionLatch; field in TestAppInterface57 mConnectionLatch.countDown();77 mConnectionLatch = new CountDownLatch(1); in TestAppInterface()82 mConnectionLatch.await(5, TimeUnit.SECONDS); in TestAppInterface()