Searched refs:attributesAsValues (Results 1 – 1 of 1) sorted by relevance
143 Map<String, String> attributesAsValues = new HashMap<String, String>(); in getAttrAsValueMap() local148 attributesAsValues.put(LdmlConvertRules.ANONYMOUS_KEY, in getAttrAsValueMap()151 attributesAsValues.put(key, distinguishingAttributes.get(key)); in getAttrAsValueMap()162 attributesAsValues.put(LdmlConvertRules.ANONYMOUS_KEY, in getAttrAsValueMap()165 attributesAsValues.put(key, nondistinguishingAttributes.get(key)); in getAttrAsValueMap()168 return attributesAsValues; in getAttrAsValueMap()