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.java512 definePowerPolicyGroup(PowerPolicyGroups.TestSet.POLICY_GROUP_DEF1.toShellCommandString()); in testPowerPolicyChange()
513 definePowerPolicyGroup(PowerPolicyGroups.TestSet.POLICY_GROUP_DEF2.toShellCommandString()); in testPowerPolicyChange()
516 testHelper.checkPowerPolicyGroupsDefined(PowerPolicyGroups.TestSet.POLICY_GROUPS1); in testPowerPolicyChange()
519 setPowerPolicyGroup(PowerPolicyGroups.TestSet.GROUP_ID1); in testPowerPolicyChange()
521 testHelper.checkCurrentPolicyGroupId(PowerPolicyGroups.TestSet.GROUP_ID1, mUseProtoDump); in testPowerPolicyChange()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyGroups.java237 public static final class TestSet { class in PowerPolicyGroups
252 private TestSet() { } in TestSet() method in PowerPolicyGroups.TestSet