Searched defs:XMLNode (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
D | XMLNode.java | 16 public class XMLNode { class 36 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { in XMLNode() method in XMLNode 53 public XMLNode(XMLNode parent, String tag, Map<String, String> attributes) { in XMLNode() method in XMLNode
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
D | XMLNode.java | 17 public class XMLNode { class 37 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { in XMLNode() method in XMLNode 54 public XMLNode(XMLNode parent, String tag, Map<String, String> attributes) { in XMLNode() method in XMLNode
|
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 15 class XMLNode; variable
|
D | XMLNode.cpp | 632 XMLNode::XMLNode() in XMLNode() function in XMLNode 638 XMLNode::XMLNode(const String8& filename, const String16& s1, const String16& s2, bool isNamespace) in XMLNode() function in XMLNode 654 XMLNode::XMLNode(const String8& filename) in XMLNode() function in XMLNode
|
D | ResourceTable.h | 20 class XMLNode; variable
|