Searched refs:proxLatch (Results 1 – 1 of 1) sorted by relevance
202 CountDownLatch proxLatch = new CountDownLatch(1); in isDeviceAtEar() local224 if (proxLatch.getCount() == 0) { in isDeviceAtEar()230 proxLatch.countDown(); in isDeviceAtEar()243 boolean proxValid = proxLatch.await(100, TimeUnit.MILLISECONDS); in isDeviceAtEar()