Home
last modified time | relevance | path

Searched refs: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
2263 policyRequest.onPolicyRequestSucceeded(accumulatedPowerPolicy, deferred); in onApplyPowerPolicySucceeded()
2746 private void notifyPowerPolicyChange(CarPowerPolicy accumulatedPowerPolicy) { in notifyPowerPolicyChange() argument
2747 String policyId = accumulatedPowerPolicy.getPolicyId(); in notifyPowerPolicyChange()
2755 notifyPowerPolicyChange(policyId, appliedPolicy, accumulatedPowerPolicy); in notifyPowerPolicyChange()