Home
last modified time | relevance | path

Searched defs:policyId (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DCarPowerManagerTest.java87 String policyId = "audio_on_wifi_off"; in testApplyNewPowerPolicy() local
123 private static void definePowerPolicy(String policyId, String enabledComponents, in definePowerPolicy()
135 private static void applyPowerPolicy(String policyId) throws Exception { in applyPowerPolicy()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java38 private PowerPolicyDef(String policyId, PowerComponent[] enables, PowerComponent[] disables) { in PowerPolicyDef()
99 String policyId = hasPolicyId in parse() local
150 String policyId = component + "_disable"; in createWithComponentOff() local
DPowerPolicyTestHelper.java94 public void checkRegisteredPolicy(String policyId) { in checkRegisteredPolicy()
/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerPolicyTestCommand.java108 String policyId = cpp.getPolicyId(); in execute() local
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java271 private void applyPowerPolicy(String policyId) throws Exception { in applyPowerPolicy()