Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarPowerManagerTest.java195 mCarPowerManager.setPowerPolicyGroup(policyGroupId); in testSetPowerPolicyGroup()
205 () -> mCarPowerManager.setPowerPolicyGroup(null)); in testSetPowerPolicyGroup_nullGroupId()
213 () -> mCarPowerManager.setPowerPolicyGroup("not_defined_policy_group")); in testSetPowerPolicyGroup_notDefinedGroup()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java277 private void setPowerPolicyGroup(String policyGroupId) throws Exception { in setPowerPolicyGroup() method in PowerPolicyHostTest
519 setPowerPolicyGroup(PowerPolicyGroups.TestSet.GROUP_ID1); in testPowerPolicyChange()