Searched refs:otherUserId (Results 1 – 1 of 1) sorted by relevance
237 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() argument238 return getUserInfo(userId).profileGroupId == getUserInfo(otherUserId).profileGroupId; in isSameProfileGroup()