Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java1708 CountDownLatch listenerLatch = new CountDownLatch(1); in notifyListeners() local
1721 listenerLatch.countDown(); in notifyListeners()
1724 listenerLatch.await(DEFAULT_COMPLETION_WAIT_TIMEOUT, TimeUnit.MILLISECONDS); in notifyListeners()