Searched refs:upToDaemon (Results 1 – 1 of 1) sorted by relevance
2064 boolean upToDaemon = !mFeatureFlags.carPowerPolicyRefactoring(); in applyPowerPolicy()2065 int status = applyPowerPolicy(policyId, /* delayNotification= */ true, upToDaemon, in applyPowerPolicy()2549 boolean upToDaemon, boolean force) { in applyPowerPolicy() argument2642 notifyPowerPolicyChange(policyId, upToDaemon, force); in applyPowerPolicy()2718 private void notifyPowerPolicyChange(String policyId, boolean upToDaemon, boolean force) { in notifyPowerPolicyChange() argument2720 if (upToDaemon) { in notifyPowerPolicyChange()