Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h174 XMLNode(const String8& filename, const String16& s1, const String16& s2, bool isNamespace);
DXMLNode.cpp630 XMLNode::XMLNode(const String8& filename, const String16& s1, const String16& s2, bool isNamespace) in XMLNode() argument
637 if (isNamespace) { in XMLNode()