Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarPowerManagerTest.java129 definePowerPolicy(policyId, "AUDIO", "WIFI"); in testApplyNewPowerPolicy()
190 definePowerPolicy(policyIdMediaOn, "MEDIA", ""); in testSetPowerPolicyGroup()
191 definePowerPolicy(policyIdMediaOff, "", "MEDIA"); in testSetPowerPolicyGroup()
381 private static void definePowerPolicy(String policyId, String enabledComponents, in definePowerPolicy() method in CarPowerManagerTest
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java264 private void definePowerPolicy(String policyStr) throws Exception { in definePowerPolicy() method in PowerPolicyHostTest
411 definePowerPolicy(policyDef.toString()); in defineAndCheckPolicy()
587 definePowerPolicy(powerOffPolicy.toString()); in testComponent()