Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java168 applyPowerPolicy(PowerPolicyDef.IdSet.LISTENER_TEST); in testPowerPolicyChange()
173 component, PowerPolicyDef.PolicySet.LISTENER_TEST); in testPowerPolicyChange()
373 definePowerPolicy(PowerPolicyDef.PolicySet.LISTENER_TEST.toString()); in defineAndCheckPolicyListenerTest()
375 testHelper.checkRegisteredPolicy(PowerPolicyDef.PolicySet.LISTENER_TEST); in defineAndCheckPolicyListenerTest()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java168 public static final String LISTENER_TEST = "listener_test"; field in PowerPolicyDef.IdSet
401 public static final PowerPolicyDef LISTENER_TEST = new PowerPolicyDef(IdSet.LISTENER_TEST, field in PowerPolicyDef.PolicySet