Searched defs:attrNs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp364 const StringPiece16& attrNs, const StringPiece16& attrName,
377 if (attrNs.empty() && attrName.empty()) {
381 Attribute* attr = el->findAttribute(attrNs, attrName);
363 findChildWithAttribute(const StringPiece16& ns, const StringPiece16& name, const StringPiece16& attrNs, const StringPiece16& attrName, const StringPiece16& attrValue) argument
/frameworks/base/tools/aapt/
H A DResourceTable.cpp5089 String16 attrNs = buildNamespace(attrPackage); local
5090 if (parent->getAttribute(attrNs, attrName) != NULL) {
5098 parent->addAttribute(attrNs, attrName, nestedResourceRef);

Completed in 180 milliseconds