Searched refs:mAttributes (Results 1 – 4 of 4) sorted by relevance
41 private Map<String, String> mAttributes = new HashMap<String, String>(); field in PackageInfo82 return mAttributes.get("versionName"); in getVersionName()90 return mAttributes.get("versionCode"); in getVersionCode()95 return mAttributes.get("codePath"); in getCodePath()103 mAttributes.put(name, value); in addAttribute()
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()
43 private final MultiMap<String, String> mAttributes; field in DefaultConnection128 mAttributes = builder.attributes; in DefaultConnection()162 return mAttributes; in getAttributes()