Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java195 definePowerPolicyGroup(PowerPolicyGroups.TestSet.POLICY_GROUP_DEF1.toShellCommandString()); in testPowerPolicyChange()
196 definePowerPolicyGroup(PowerPolicyGroups.TestSet.POLICY_GROUP_DEF2.toShellCommandString()); in testPowerPolicyChange()
275 private void definePowerPolicyGroup(String policyGroupStr) throws Exception { in definePowerPolicyGroup() method in PowerPolicyHostTest