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/
DPowerPolicyGroups.java151 new PowerPolicyGroupDef(GROUP_ID1, PowerPolicyDef.IdSet.TEST1,
156 PowerPolicyDef.IdSet.TEST1);
DPowerPolicyDef.java164 public static final String TEST1 = "test1"; field in PowerPolicyDef.IdSet
389 public static final PowerPolicyDef TEST1 = new PowerPolicyDef(IdSet.TEST1, field in PowerPolicyDef.PolicySet
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java142 applyPowerPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
144 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()
355 definePowerPolicy(PowerPolicyDef.PolicySet.TEST1.toString()); in defineAndCheckPolicyTest1()
357 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.TEST1); in defineAndCheckPolicyTest1()