Searched refs:bgPerms (Results 1 – 1 of 1) sorted by relevance
156 AppPermissionGroup bgPerms = group.getBackgroundPermissions(); in getRevocableGroupsForPermissions() local157 if (bgPerms != null) { in getRevocableGroupsForPermissions()158 groupsToRevoke.add(bgPerms); in getRevocableGroupsForPermissions()161 AppPermissionGroup bgPerms = group.getBackgroundPermissions(); in getRevocableGroupsForPermissions() local162 if (bgPerms != null && bgPerms.hasPermission(reqPerm)) { in getRevocableGroupsForPermissions()163 groupsToRevoke.add(bgPerms); in getRevocableGroupsForPermissions()