Home
last modified time | relevance | path

Searched refs:TestSet (Results 1 – 2 of 2) 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()
198 testHelper.checkPowerPolicyGroups(PowerPolicyGroups.TestSet.POLICY_GROUPS1); in testPowerPolicyChange()
201 setPowerPolicyGroup(PowerPolicyGroups.TestSet.GROUP_ID1); in testPowerPolicyChange()
203 testHelper.checkCurrentPolicyGroupId(PowerPolicyGroups.TestSet.GROUP_ID1); in testPowerPolicyChange()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyGroups.java146 public static final class TestSet { class in PowerPolicyGroups
161 private TestSet() { } in TestSet() method in PowerPolicyGroups.TestSet