Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java164 public static final String TEST1 = "test1_only_for_cts"; field in PowerPolicyDef.IdSet
391 public static final PowerPolicyDef TEST1 = new PowerPolicyDef(IdSet.TEST1, field in PowerPolicyDef.PolicySet
DPowerPolicyGroups.java242 new PowerPolicyGroupDef(GROUP_ID1, PowerPolicyDef.IdSet.TEST1,
247 PowerPolicyDef.IdSet.TEST1);
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java471 defineAndCheckPolicy(PowerPolicyDef.PolicySet.TEST1, testcase, stepNo++, in testPowerPolicyChange()
477 applyPowerPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
479 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()