Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2064 boolean upToDaemon = !mFeatureFlags.carPowerPolicyRefactoring(); in applyPowerPolicy()
2065 int status = applyPowerPolicy(policyId, /* delayNotification= */ true, upToDaemon, in applyPowerPolicy()
2549 boolean upToDaemon, boolean force) { in applyPowerPolicy() argument
2642 notifyPowerPolicyChange(policyId, upToDaemon, force); in applyPowerPolicy()
2718 private void notifyPowerPolicyChange(String policyId, boolean upToDaemon, boolean force) { in notifyPowerPolicyChange() argument
2720 if (upToDaemon) { in notifyPowerPolicyChange()