Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java63 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in restoreInitCondition()
80 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.NO_USER_INTERACTION); in testPowerPolicySilentMode()
89 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.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()
142 applyPowerPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
144 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
147 applyPowerPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange()
149 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange()
152 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
[all …]
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java100 ? tokens.nextToken().trim().substring(offset).trim() : IdSet.NONE; in parse()
159 public static final class IdSet { class in PowerPolicyDef
378 INITIAL_ALL_ON = new PowerPolicyDef(IdSet.INITIAL_ALL_ON,
382 DEFAULT_ALL_ON = new PowerPolicyDef(IdSet.DEFAULT_ALL_ON,
386 NO_USER_INTERACT = new PowerPolicyDef(IdSet.NO_USER_INTERACTION,
389 public static final PowerPolicyDef TEST1 = new PowerPolicyDef(IdSet.TEST1,
392 public static final PowerPolicyDef TEST2 = new PowerPolicyDef(IdSet.TEST2,
395 public static final PowerPolicyDef ERROR_TEST1 = new PowerPolicyDef(IdSet.ERROR_TEST1,
398 public static final PowerPolicyDef ERROR_TEST2 = new PowerPolicyDef(IdSet.ERROR_TEST2,
401 public static final PowerPolicyDef LISTENER_TEST = new PowerPolicyDef(IdSet.LISTENER_TEST,
DPowerPolicyGroups.java151 new PowerPolicyGroupDef(GROUP_ID1, PowerPolicyDef.IdSet.TEST1,
152 PowerPolicyDef.IdSet.TEST2);
155 new PowerPolicyGroupDef(GROUP_ID2, PowerPolicyDef.IdSet.TEST2,
156 PowerPolicyDef.IdSet.TEST1);