Home
last modified time | relevance | path

Searched refs: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
105 policyGroups.add(groupId, waitForVHALPolicy, onPolicy); in parse()
114 policyGroups.add(groupId, waitForVHALPolicy, onPolicy); in parse()
116 return policyGroups; in parse()
121 PowerPolicyGroups policyGroups = new PowerPolicyGroups(); in parseProto() local
147 policyGroups.add(policyGroupId, waitForVhalPolicy, onPolicy); in parseProto()
149 return policyGroups; in parseProto()
DPowerPolicyTestHelper.java163 public void checkPowerPolicyGroupsDefined(PowerPolicyGroups policyGroups) { in checkPowerPolicyGroupsDefined() argument
164 assertWithMessage("Groups cannot be null").that(policyGroups).isNotNull(); in checkPowerPolicyGroupsDefined()
165 Set<String> groupIds = policyGroups.getGroupIds(); in checkPowerPolicyGroupsDefined()
167 PowerPolicyGroups.PowerPolicyGroupDef groupDef = policyGroups.getGroup(groupId); in checkPowerPolicyGroupsDefined()
DCpmsFrameworkLayerStateInfo.java79 List<String> enables, List<String> disables, PowerPolicyGroups policyGroups, in CpmsFrameworkLayerStateInfo() argument
88 mPowerPolicyGroups = policyGroups; in CpmsFrameworkLayerStateInfo()
214 PowerPolicyGroups policyGroups = null; in parse() local
242 policyGroups = PowerPolicyGroups.parse(groupList); in parse()
293 disables, policyGroups, controlledEnables, controlledDisables, silentModeSupported, in parse()
511 PowerPolicyGroups policyGroups = PowerPolicyGroups.parseProto(policyReaderProto); in parseProto() local
521 disables, policyGroups, /* controlledEnables= */ new ArrayList<>(), in parseProto()