Searched refs:definePowerPolicyGroupFromCommand (Results 1 – 3 of 3) sorted by relevance
1426 boolean isSuccess = definePowerPolicyGroupFromCommand(args); in testDefinePowerPolicyGroupFromCommand_powerPolicyRefactorFlagDisabled()1441 boolean isSuccess = definePowerPolicyGroupFromCommand(args); in testDefinePowerPolicyGroupFromCommand_powerPolicyRefactorFlagEnabled()1451 boolean isSuccess = definePowerPolicyGroupFromCommand(args); in testDefinePowerPolicyGroupFromCommandBadPolicy_powerPolicyRefactorFlagDisabled()1463 boolean isSuccess = definePowerPolicyGroupFromCommand(args); in testDefinePowerPolicyGroupFromCommandBadPolicy_powerPolicyRefactorFlagEnabled()1474 boolean isSuccess = definePowerPolicyGroupFromCommand(args); in testDefinePowerPolicyGroupFromCommandBadState_powerPolicyRefactorFlagDisabled()1487 boolean isSuccess = definePowerPolicyGroupFromCommand(args); in testDefinePowerPolicyGroupFromCommandBadState_powerPolicyRefactorFlagEnabled()2827 private boolean definePowerPolicyGroupFromCommand(String[] args) { in definePowerPolicyGroupFromCommand() method in CarPowerManagementServiceUnitTest2828 return mService.definePowerPolicyGroupFromCommand( in definePowerPolicyGroupFromCommand()2837 boolean policyGroupDefinedSuccessfully = definePowerPolicyGroupFromCommand(args); in definePowerPolicyGroup()
3552 public boolean definePowerPolicyGroupFromCommand(String[] args, IndentingPrintWriter writer) { in definePowerPolicyGroupFromCommand() method in CarPowerManagementService
3203 boolean result = mCarPowerManagementService.definePowerPolicyGroupFromCommand(args, writer);