Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java273 private void definePowerPolicyGroup(String policyGroupStr) throws Exception { in definePowerPolicyGroup() method in PowerPolicyHostTest
512 definePowerPolicyGroup(PowerPolicyGroups.TestSet.POLICY_GROUP_DEF1.toShellCommandString()); in testPowerPolicyChange()
513 definePowerPolicyGroup(PowerPolicyGroups.TestSet.POLICY_GROUP_DEF2.toShellCommandString()); in testPowerPolicyChange()
/cts/tests/tests/car/src/android/car/cts/
DCarPowerManagerTest.java193 definePowerPolicyGroup(policyGroupId, policyIdMediaOn, policyIdMediaOff); in testSetPowerPolicyGroup()
398 private static void definePowerPolicyGroup(String policyGroupId, String waitForVhalPolicyId, in definePowerPolicyGroup() method in CarPowerManagerTest