Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java1737 status = applyPreemptivePowerPolicy(PolicyReader.POWER_POLICY_ID_SUSPEND_PREP); in doHandleSuspend()
2163 applyPreemptivePowerPolicy(PolicyReader.POWER_POLICY_ID_NO_USER_INTERACTION); in notifySilentModeChange()
2650 private int applyPreemptivePowerPolicy(String policyId) { in applyPreemptivePowerPolicy() method in CarPowerManagementService
2799 status = applyPreemptivePowerPolicy( in makeSureNoUserInteraction()
3532 status = isPreemptive ? applyPreemptivePowerPolicy(powerPolicyId) in applyPowerPolicyFromCommand()