Searched refs:applyPowerPolicyFromCommand (Results 1 – 2 of 2) sorted by relevance
2016 boolean result = mCarPowerManagementService.applyPowerPolicyFromCommand(args, writer);2045 boolean result = mCarPowerManagementService.applyPowerPolicyFromCommand(appArgs, writer);
1892 public boolean applyPowerPolicyFromCommand(String[] args, IndentingPrintWriter writer) { in applyPowerPolicyFromCommand() method in CarPowerManagementService