Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1200 boolean status = definePowerPolicyFromCommand(args); in testDefinePowerPolicyFromValidCommand_powerPolicyRefactorFlagDisabled()
1217 boolean status = definePowerPolicyFromCommand(args); in testDefinePowerPolicyFromValidCommand_powerPolicyRefactorFlagEnabled()
2822 private boolean definePowerPolicyFromCommand(String[] args) { in definePowerPolicyFromCommand() method in CarPowerManagementServiceUnitTest
2823 return mService.definePowerPolicyFromCommand( in definePowerPolicyFromCommand()
2963 boolean status = mService.definePowerPolicyFromCommand(args, writer); in assertDefinePowerPolicyFromCommandFailed()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java3188 boolean result = mCarPowerManagementService.definePowerPolicyFromCommand(args, writer);
3222 mCarPowerManagementService.definePowerPolicyFromCommand(defArgs, writer);
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3403 public boolean definePowerPolicyFromCommand(String[] args, IndentingPrintWriter writer) { in definePowerPolicyFromCommand() method in CarPowerManagementService