Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java247 testHelper.checkCurrentPowerComponents(PowerPolicyDef.PolicySet.NO_USER_INTERACT); in checkForcedSilentMode()
261 testHelper.checkCurrentPowerComponents(PowerPolicyDef.PolicySet.DEFAULT_ALL_ON); in checkLeaveForcedSilentMode()
362 component, PowerPolicyDef.PolicySet.LISTENER_TEST); in testPowerPolicyListeners()
398 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.INITIAL_ALL_ON); in checkDefaultPowerPolicySet()
399 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.DEFAULT_ALL_ON); in checkDefaultPowerPolicySet()
471 defineAndCheckPolicy(PowerPolicyDef.PolicySet.TEST1, testcase, stepNo++, in testPowerPolicyChange()
473 defineAndCheckPolicy(PowerPolicyDef.PolicySet.TEST2, testcase, stepNo++, in testPowerPolicyChange()
492 defineAndCheckPolicy(PowerPolicyDef.PolicySet.LISTENER_TEST, testcase, stepNo++, in testPowerPolicyChange()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java376 public static final class PolicySet { class in PowerPolicyDef