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