Searched refs:attributeMap (Results 1 – 3 of 3) sorted by relevance
233 Map<String, Integer> attributeMap = map.get(attr); in getEnumMap() local234 if (attributeMap == null) { in getEnumMap()235 attributeMap = Maps.newHashMap(); in getEnumMap()236 map.put(attr, attributeMap); in getEnumMap()238 attributeMap.put(name, i); in getEnumMap()
45 vector<pair<string, string>> attributeMap; member208 roleProperty.attributeMap = attributeNameValuePair; in setRoleProperties()264 (mInputRoleVector.at(index).attributeMap).begin(); in checkRoleMap()267 itr_attributeMapDB != mInputRoleVector.at(index).attributeMap.end(); in checkRoleMap()
6238 final SparseArray<String> attributeMap = getAttributeMap();6252 String resourceName = attributeMap.get(resourceId);6259 attributeMap.put(resourceId, resourceName);