Searched refs:policyId (Results 1 – 4 of 4) sorted by relevance
95 String policyId = cpp.getPolicyId(); in execute() local96 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()
38 private PowerPolicyDef(String policyId, PowerComponent[] enables, PowerComponent[] disables) { in PowerPolicyDef() argument39 mPolicyId = policyId; in PowerPolicyDef()99 String policyId = hasPolicyId in parse() local135 return new PowerPolicyDef(policyId, enabledComps, disabledComps); in parse()150 String policyId = component + "_disable"; in createWithComponentOff() local152 return new PowerPolicyDef(policyId, enables, disables); in createWithComponentOff()
94 public void checkRegisteredPolicy(String policyId) { in checkRegisteredPolicy() argument97 if (def.getPolicyId().equals(policyId)) { in checkRegisteredPolicy()
276 private void applyPowerPolicy(String policyId) throws Exception { in applyPowerPolicy() argument277 executeCommand("cmd car_service apply-power-policy %s", policyId); in applyPowerPolicy()