Home
last modified time | relevance | path

Searched defs:accumulatedPowerPolicy (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2262 CarPowerPolicy accumulatedPowerPolicy = convertPowerPolicyFromDaemon(accumulatedPolicy); in onApplyPowerPolicySucceeded() local
2746 private void notifyPowerPolicyChange(CarPowerPolicy accumulatedPowerPolicy) { in notifyPowerPolicyChange()