Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemStateInterface.java85 private final CountDownLatch mHelperLatch = new CountDownLatch(1); field in SystemStateInterface.DefaultImpl
145 mHelperLatch.await(MAX_WAIT_FOR_HELPER_SEC, TimeUnit.SECONDS); in canInvokeHelper()
175 mHelperLatch.countDown(); in setCarServiceHelper()