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