Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2398 String currentPowerPolicyId; in initializePowerPolicy() local
2402 currentPowerPolicyId = mCurrentPowerPolicyId; in initializePowerPolicy()
2408 if (currentPowerPolicyId == null || currentPowerPolicyId.isEmpty()) { in initializePowerPolicy()
2419 + "to the daemon...", currentPowerPolicyId); in initializePowerPolicy()
2420 notifyPowerPolicyChangeToDaemon(currentPowerPolicyId, /* force= */ true); in initializePowerPolicy()