Searched refs:mAttributes (Results 1 – 2 of 2) sorted by relevance
30 private Map<String, Object> mAttributes = new HashMap<String, Object>(); field in GenericItem74 return mAttributes; in mergeAttributes()152 for (Map.Entry<String, Object> entry : mAttributes.entrySet()) { in toJson()179 mAttributes.put(attribute, value); in setAttribute()193 return mAttributes.get(attribute); in getAttribute()
292 private final List<Attribute> mAttributes; field in ManifestParser.Section312 mAttributes = Collections.unmodifiableList(new ArrayList<>(attrs)); in Section()337 return mAttributes; in getAttributes()355 for (Attribute attr : mAttributes) { in getAttributeValue()