Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2840 private void notifyPowerPolicyChange(PowerPolicyChangeNotification policyChangeNotification, in notifyPowerPolicyChange() argument
2843 String policyId = policyChangeNotification.policyId; in notifyPowerPolicyChange()
2852 notifyPowerPolicyChangeToListeners(policyChangeNotification, appliedPolicy); in notifyPowerPolicyChange()
2870 private void notifyPowerPolicyChange(PowerPolicyChangeNotification policyChangeNotification) { in notifyPowerPolicyChange() argument
2871 String policyId = policyChangeNotification.policyId; in notifyPowerPolicyChange()
2879 notifyPowerPolicyChangeToListeners(policyChangeNotification, appliedPolicy); in notifyPowerPolicyChange()
2886 PowerPolicyChangeNotification policyChangeNotification, CarPowerPolicy appliedPolicy) { in notifyPowerPolicyChangeToListeners() argument
2887 String policyId = policyChangeNotification.policyId; in notifyPowerPolicyChangeToListeners()
2889 SparseBooleanArray updatedComponents = policyChangeNotification.lastModifiedComponents; in notifyPowerPolicyChangeToListeners()
2910 policyChangeNotification.accumulatedPolicy); in notifyPowerPolicyChangeToListeners()