Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyGroups.java68 PowerPolicyGroups policyGroups = new PowerPolicyGroups(); in parse() local
73 policyGroups.add(groupId, waitForVHALPolicy, onPolicy); in parse()
75 return policyGroups; in parse()
DCpmsFrameworkLayerStateInfo.java69 ArrayList<String> enables, ArrayList<String> disables, PowerPolicyGroups policyGroups, in CpmsFrameworkLayerStateInfo() argument
78 mPowerPolicyGroups = policyGroups; in CpmsFrameworkLayerStateInfo()
190 PowerPolicyGroups policyGroups = null; in parse() local
217 policyGroups = PowerPolicyGroups.parse(groupList); in parse()
265 disables, policyGroups, controlledEnables, controlledDisables, monitoringHw, in parse()