Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2549 private final CountDownLatch mPolicyRequestLatch = new CountDownLatch(1); field in CarPowerManagementService.AsyncPolicyRequest
2597 return mPolicyRequestLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in await()
2608 mPolicyRequestLatch.countDown(); in onPolicyRequestSucceeded()
2615 mPolicyRequestLatch.countDown(); in onPolicyRequestFailed()