Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java161 public static final String INITIAL_ALL_ON = "system_power_policy_initiall_on"; field in PowerPolicyDef.IdSet
378 INITIAL_ALL_ON = new PowerPolicyDef(IdSet.INITIAL_ALL_ON, field in PowerPolicyDef.PolicySet
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java347 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.INITIAL_ALL_ON); in checkDefaultPowerPolicySet()