Searched refs:IdSet (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | PowerPolicyDef.java | 100 ? 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,
|
D | PowerPolicyGroups.java | 242 new PowerPolicyGroupDef(GROUP_ID1, PowerPolicyDef.IdSet.TEST1, 243 PowerPolicyDef.IdSet.TEST2); 246 new PowerPolicyGroupDef(GROUP_ID2, PowerPolicyDef.IdSet.TEST2, 247 PowerPolicyDef.IdSet.TEST1);
|
/cts/hostsidetests/car/src/android/car/cts/ |
D | PowerPolicyHostTest.java | 98 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in restoreInitCondition() 244 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.NO_USER_INTERACTION); in checkForcedSilentMode() 258 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in checkLeaveForcedSilentMode() 355 applyPowerPolicy(PowerPolicyDef.IdSet.LISTENER_TEST); in testPowerPolicyListeners() 365 applyPowerPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyListeners() 454 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testDefaultStateMachineAtONState() 477 applyPowerPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange() 479 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange() 482 applyPowerPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange() 484 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange() [all …]
|