Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarShellCommand.java2008 boolean result = mCarPowerManagementService.definePowerPolicyFromCommand(args, writer);
2042 mCarPowerManagementService.definePowerPolicyFromCommand(defArgs, writer);
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java1814 public boolean definePowerPolicyFromCommand(String[] args, IndentingPrintWriter writer) { in definePowerPolicyFromCommand() method in CarPowerManagementService