Searched refs:origProperties (Results 1 – 1 of 1) sorted by relevance
2247 final UserProperties origProperties = getUserPropertiesInternal(userId); in getUserPropertiesCopy() local2248 if (origProperties != null) { in getUserPropertiesCopy()2252 return new UserProperties(origProperties, exposeAllFields, hasManage, hasQuery); in getUserPropertiesCopy()