Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1426 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 CarPowerManagementServiceUnitTest
2828 return mService.definePowerPolicyGroupFromCommand( in definePowerPolicyGroupFromCommand()
2837 boolean policyGroupDefinedSuccessfully = definePowerPolicyGroupFromCommand(args); in definePowerPolicyGroup()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3552 public boolean definePowerPolicyGroupFromCommand(String[] args, IndentingPrintWriter writer) { in definePowerPolicyGroupFromCommand() method in CarPowerManagementService
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java3203 boolean result = mCarPowerManagementService.definePowerPolicyGroupFromCommand(args, writer);