Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestHelper.java167 PowerPolicyGroups.PowerPolicyGroupDef groupDef = policyGroups.getGroup(groupId); in checkPowerPolicyGroupsDefined() local
168 assertWithMessage("Group definition cannot be null").that(groupDef).isNotNull(); in checkPowerPolicyGroupsDefined()
170 mFrameCpms.getPowerPolicyGroups().containsGroup(groupId, groupDef)).isTrue(); in checkPowerPolicyGroupsDefined()
DPowerPolicyGroups.java53 PowerPolicyGroupDef groupDef = new PowerPolicyGroupDef(id, waitForVHALPolicy, onPolicy); in add() local
54 mPolicyGroups.put(id, groupDef); in add()