Home
last modified time | relevance | path

Searched refs:policyId (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerPolicyTestCommand.java95 String policyId = cpp.getPolicyId(); in execute() local
96 if (policyId == null) { in execute()
97 policyId = NO_POLICY; in execute()
106 mTestClient.printfResult("%s (", policyId); in execute()
110 Log.d(TAG, "dump power policy " + policyId); in execute()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java38 private PowerPolicyDef(String policyId, PowerComponent[] enables, PowerComponent[] disables) { in PowerPolicyDef() argument
39 mPolicyId = policyId; in PowerPolicyDef()
99 String policyId = hasPolicyId in parse() local
135 return new PowerPolicyDef(policyId, enabledComps, disabledComps); in parse()
150 String policyId = component + "_disable"; in createWithComponentOff() local
152 return new PowerPolicyDef(policyId, enables, disables); in createWithComponentOff()
DPowerPolicyTestHelper.java94 public void checkRegisteredPolicy(String policyId) { in checkRegisteredPolicy() argument
97 if (def.getPolicyId().equals(policyId)) { in checkRegisteredPolicy()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java276 private void applyPowerPolicy(String policyId) throws Exception { in applyPowerPolicy() argument
277 executeCommand("cmd car_service apply-power-policy %s", policyId); in applyPowerPolicy()