Searched refs:bgPerms (Results 1 – 1 of 1) sorted by relevance
228 AppPermissionGroup bgPerms = group.getBackgroundPermissions(); in getRevocableGroupsForPermissions() local229 if (bgPerms != null) { in getRevocableGroupsForPermissions()230 groupsToRevoke.add(bgPerms); in getRevocableGroupsForPermissions()233 AppPermissionGroup bgPerms = group.getBackgroundPermissions(); in getRevocableGroupsForPermissions() local234 if (bgPerms != null && bgPerms.hasPermission(reqPerm)) { in getRevocableGroupsForPermissions()235 groupsToRevoke.add(bgPerms); in getRevocableGroupsForPermissions()