Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java266 private void definePowerPolicy(String policyStr) throws Exception { in definePowerPolicy() method in PowerPolicyHostTest
355 definePowerPolicy(PowerPolicyDef.PolicySet.TEST1.toString()); in defineAndCheckPolicyTest1()
364 definePowerPolicy(PowerPolicyDef.PolicySet.TEST2.toString()); in defineAndCheckPolicyTest2()
373 definePowerPolicy(PowerPolicyDef.PolicySet.LISTENER_TEST.toString()); in defineAndCheckPolicyListenerTest()
444 definePowerPolicy(powerOffPolicy.toString()); in testComponent()
/cts/tests/tests/car/src/android/car/cts/
DCarPowerManagerTest.java89 definePowerPolicy(policyId, "AUDIO", "WIFI"); in testApplyNewPowerPolicy()
123 private static void definePowerPolicy(String policyId, String enabledComponents, in definePowerPolicy() method in CarPowerManagerTest