Searched refs:groupDef (Results 1 – 2 of 2) sorted by relevance
167 PowerPolicyGroups.PowerPolicyGroupDef groupDef = policyGroups.getGroup(groupId); in checkPowerPolicyGroupsDefined() local168 assertWithMessage("Group definition cannot be null").that(groupDef).isNotNull(); in checkPowerPolicyGroupsDefined()170 mFrameCpms.getPowerPolicyGroups().containsGroup(groupId, groupDef)).isTrue(); in checkPowerPolicyGroupsDefined()
53 PowerPolicyGroupDef groupDef = new PowerPolicyGroupDef(id, waitForVHALPolicy, onPolicy); in add() local54 mPolicyGroups.put(id, groupDef); in add()