Searched refs:PolicySet (Results 1 – 2 of 2) sorted by relevance
84 testHelper.checkCurrentPowerComponents(PowerPolicyDef.PolicySet.NO_USER_INTERACT); in testPowerPolicySilentMode()93 testHelper.checkCurrentPowerComponents(PowerPolicyDef.PolicySet.DEFAULT_ALL_ON); in testPowerPolicySilentMode()127 int expectedTotalPolicies = PowerPolicyDef.PolicySet.TOTAL_DEFAULT_REGISTERED_POLICIES; in testPowerPolicyChange()177 component, PowerPolicyDef.PolicySet.LISTENER_TEST); in testPowerPolicyChange()215 expectedTotalPolicies = PowerPolicyDef.PolicySet.TOTAL_DEFAULT_REGISTERED_POLICIES; in testPowerPolicyChange()375 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.INITIAL_ALL_ON); in checkDefaultPowerPolicySet()376 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.DEFAULT_ALL_ON); in checkDefaultPowerPolicySet()383 definePowerPolicy(PowerPolicyDef.PolicySet.TEST1.toString()); in defineAndCheckPolicyTest1()385 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.TEST1); in defineAndCheckPolicyTest1()392 definePowerPolicy(PowerPolicyDef.PolicySet.TEST2.toString()); in defineAndCheckPolicyTest2()[all …]
376 public static final class PolicySet { class in PowerPolicyDef