Home
last modified time | relevance | path

Searched defs:policyGroups (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyGroups.java84 PowerPolicyGroups policyGroups = new PowerPolicyGroups(); in parse() local
121 PowerPolicyGroups policyGroups = new PowerPolicyGroups(); in parseProto() local
DCpmsFrameworkLayerStateInfo.java79 List<String> enables, List<String> disables, PowerPolicyGroups policyGroups, in CpmsFrameworkLayerStateInfo()
214 PowerPolicyGroups policyGroups = null; in parse() local
511 PowerPolicyGroups policyGroups = PowerPolicyGroups.parseProto(policyReaderProto); in parseProto() local
DPowerPolicyTestHelper.java163 public void checkPowerPolicyGroupsDefined(PowerPolicyGroups policyGroups) { in checkPowerPolicyGroupsDefined()