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