Home
last modified time | relevance | path

Searched refs:proxLatch (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DSystemStateHelper.java202 CountDownLatch proxLatch = new CountDownLatch(1); in isDeviceAtEar() local
224 if (proxLatch.getCount() == 0) { in isDeviceAtEar()
230 proxLatch.countDown(); in isDeviceAtEar()
243 boolean proxValid = proxLatch.await(100, TimeUnit.MILLISECONDS); in isDeviceAtEar()