Searched refs:mPolicyRequestLatch (Results 1 – 1 of 1) sorted by relevance
2549 private final CountDownLatch mPolicyRequestLatch = new CountDownLatch(1); field in CarPowerManagementService.AsyncPolicyRequest2597 return mPolicyRequestLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in await()2608 mPolicyRequestLatch.countDown(); in onPolicyRequestSucceeded()2615 mPolicyRequestLatch.countDown(); in onPolicyRequestFailed()