Home
last modified time | relevance | path

Searched refs:mAttributes (Results 1 – 2 of 2) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/item/
DGenericItem.java30 private Map<String, Object> mAttributes = new HashMap<String, Object>(); field in GenericItem
74 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()
/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java292 private final List<Attribute> mAttributes; field in ManifestParser.Section
312 mAttributes = Collections.unmodifiableList(new ArrayList<>(attrs)); in Section()
337 return mAttributes; in getAttributes()
355 for (Attribute attr : mAttributes) { in getAttributeValue()