Searched refs:mPowerPolicyInitializationLatch (Results 1 – 1 of 1) sorted by relevance
315 private final CountDownLatch mPowerPolicyInitializationLatch = new CountDownLatch(1); field in CarPowerManagementService2328 mPowerPolicyInitializationLatch.countDown(); in initializeRegisteredPowerPolicies()2736 mPowerPolicyInitializationLatch.await(timeoutMs, TimeUnit.MILLISECONDS); in getPowerPolicyDefinition()