Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DSystemStateHelper.java200 CountDownLatch proxLatch = new CountDownLatch(1); in isDeviceAtEar() local
222 if (proxLatch.getCount() == 0) { in isDeviceAtEar()
228 proxLatch.countDown(); in isDeviceAtEar()
241 boolean proxValid = proxLatch.await(100, TimeUnit.MILLISECONDS); in isDeviceAtEar()