Searched refs:callingGroupId (Results 1 – 1 of 1) sorted by relevance
992 final int callingGroupId = getUserInfoNoChecks(callingUserId).profileGroupId; in getUserIcon() local994 final boolean sameGroup = (callingGroupId != UserInfo.NO_PROFILE_GROUP_ID in getUserIcon()995 && callingGroupId == targetGroupId); in getUserIcon()