Searched refs:NodeAttribute (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DNodeAttribute.java3 public class NodeAttribute { class
8 public NodeAttribute(String name, String type, String value) { method in class:NodeAttribute
H A DXMLNode.java16 private final Map<String, NodeAttribute> mAttributes;
26 mAttributes = new HashMap<String, NodeAttribute>();
30 mAttributes.put(attributes.getQName(n), new NodeAttribute(attributes.getQName(n),
70 NodeAttribute urn = mAttributes.get(OMAConstants.ATTR_URN);
88 public Map<String, NodeAttribute> getAttributes() {
93 NodeAttribute nodeAttribute = mAttributes.get(name);

Completed in 68 milliseconds