Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java962 updateCurrentPowerPolicy(accumulatedPolicy); in notifyPowerStateChangeToDaemon()
2286 updateCurrentPowerPolicy(currentAccumulatedPolicy); in onPowerPolicyChanged()
2363 updateCurrentPowerPolicy(currentPowerPolicy); in initializePowerPolicy()
2612 updateCurrentPowerPolicy(accumulatedPolicy); in applyPowerPolicy()
2894 private void updateCurrentPowerPolicy(CarPowerPolicy accumulatedPolicy) { in updateCurrentPowerPolicy() method in CarPowerManagementService