Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java315 private final CountDownLatch mPowerPolicyInitializationLatch = new CountDownLatch(1); field in CarPowerManagementService
2328 mPowerPolicyInitializationLatch.countDown(); in initializeRegisteredPowerPolicies()
2736 mPowerPolicyInitializationLatch.await(timeoutMs, TimeUnit.MILLISECONDS); in getPowerPolicyDefinition()