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.java64 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in restoreInitCondition()
81 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.NO_USER_INTERACTION); in testPowerPolicySilentMode()
90 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicySilentMode()
120 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testDefaultStateMachineAtONState()
135 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
143 applyPowerPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
145 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
148 applyPowerPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange()
150 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange()
153 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
380 INITIAL_ALL_ON = new PowerPolicyDef(IdSet.INITIAL_ALL_ON,
384 DEFAULT_ALL_ON = new PowerPolicyDef(IdSet.DEFAULT_ALL_ON,
388 NO_USER_INTERACT = new PowerPolicyDef(IdSet.NO_USER_INTERACTION,
391 public static final PowerPolicyDef TEST1 = new PowerPolicyDef(IdSet.TEST1,
394 public static final PowerPolicyDef TEST2 = new PowerPolicyDef(IdSet.TEST2,
397 public static final PowerPolicyDef ERROR_TEST1 = new PowerPolicyDef(IdSet.ERROR_TEST1,
400 public static final PowerPolicyDef ERROR_TEST2 = new PowerPolicyDef(IdSet.ERROR_TEST2,
403 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);