Home
last modified time | relevance | path

Searched refs:NodeAttribute (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DXMLNode.java18 private final Map<String, NodeAttribute> mAttributes;
43 mAttributes.put(attributes.getQName(n), new NodeAttribute(attributes.getQName(n), in XMLNode()
61 new NodeAttribute(entry.getKey(), "", entry.getValue())); in XMLNode()
107 NodeAttribute urn = mAttributes.get(OMAConstants.SppMOAttribute); in close()
151 public Map<String, NodeAttribute> getAttributes() { in getAttributes()
157 for (Map.Entry<String, NodeAttribute> entry : mAttributes.entrySet()) { in getTextualAttributes()
164 NodeAttribute nodeAttribute = mAttributes.get(name); in getAttributeValue()
180 for (Map.Entry<String, NodeAttribute> entry : mAttributes.entrySet()) { in toString()
DNodeAttribute.java3 public class NodeAttribute { class
8 public NodeAttribute(String name, String type, String value) { in NodeAttribute() method in NodeAttribute
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp75 hidl_vec<NodeAttribute>& attributeList = node.attributes; in OmxStore()
79 NodeAttribute attribute; in OmxStore()