Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java64 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in restoreInitCondition()
143 applyPowerPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
148 applyPowerPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange()
153 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
171 applyPowerPolicy(PowerPolicyDef.IdSet.LISTENER_TEST); in testPowerPolicyChange()
180 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
276 private void applyPowerPolicy(String policyId) throws Exception { in applyPowerPolicy() method in PowerPolicyHostTest
479 applyPowerPolicy(powerOffPolicy.getPolicyId()); in testComponent()