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.java2450 private final CountDownLatch mPolicyRequestLatch = new CountDownLatch(1); field in CarPowerManagementService.AsyncPolicyRequest
2498 return mPolicyRequestLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in await()
2509 mPolicyRequestLatch.countDown(); in onPolicyRequestSucceeded()
2516 mPolicyRequestLatch.countDown(); in onPolicyRequestFailed()