Searched refs:mConnectionLatch (Results 1 – 2 of 2) 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()