Searched refs:definePowerPolicyFromCommand (Results 1 – 3 of 3) sorted by relevance
1200 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 CarPowerManagementServiceUnitTest2823 return mService.definePowerPolicyFromCommand( in definePowerPolicyFromCommand()2963 boolean status = mService.definePowerPolicyFromCommand(args, writer); in assertDefinePowerPolicyFromCommandFailed()
3188 boolean result = mCarPowerManagementService.definePowerPolicyFromCommand(args, writer);3222 mCarPowerManagementService.definePowerPolicyFromCommand(defArgs, writer);
3403 public boolean definePowerPolicyFromCommand(String[] args, IndentingPrintWriter writer) { in definePowerPolicyFromCommand() method in CarPowerManagementService