Searched refs:bgPerms (Results 1 – 1 of 1) sorted by relevance
217 AppPermissionGroup bgPerms = group.getBackgroundPermissions(); in getRevocableGroupsForPermissions() local218 if (bgPerms != null) { in getRevocableGroupsForPermissions()219 groupsToRevoke.add(bgPerms); in getRevocableGroupsForPermissions()222 AppPermissionGroup bgPerms = group.getBackgroundPermissions(); in getRevocableGroupsForPermissions() local223 if (bgPerms != null && bgPerms.hasPermission(reqPerm)) { in getRevocableGroupsForPermissions()224 groupsToRevoke.add(bgPerms); in getRevocableGroupsForPermissions()