Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarPowerManagerTest.java66 applyPowerPolicy(mInitialPowerPolicyId); in teardown()
95 applyPowerPolicy(policyId); in testApplyNewPowerPolicy()
112 applyPowerPolicy(mInitialPowerPolicyId); in testApplyNewPowerPolicy()
135 private static void applyPowerPolicy(String policyId) throws Exception { in applyPowerPolicy() method in CarPowerManagerTest
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java63 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in restoreInitCondition()
142 applyPowerPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
147 applyPowerPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange()
152 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
168 applyPowerPolicy(PowerPolicyDef.IdSet.LISTENER_TEST); in testPowerPolicyChange()
176 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
271 private void applyPowerPolicy(String policyId) throws Exception { in applyPowerPolicy() method in PowerPolicyHostTest
452 applyPowerPolicy(powerOffPolicy.getPolicyId()); in testComponent()