Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java63 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in restoreInitCondition()
89 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicySilentMode()
92 testHelper.checkCurrentPowerComponents(PowerPolicyDef.PolicySet.DEFAULT_ALL_ON); in testPowerPolicySilentMode()
119 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testDefaultStateMachineAtONState()
134 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
152 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
154 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
176 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
212 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
348 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.DEFAULT_ALL_ON); in checkDefaultPowerPolicySet()
[all …]
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java160 public static final String DEFAULT_ALL_ON = "system_power_policy_all_on"; field in PowerPolicyDef.IdSet
382 DEFAULT_ALL_ON = new PowerPolicyDef(IdSet.DEFAULT_ALL_ON, field in PowerPolicyDef.PolicySet