Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h110 sp<XMLNode> getChildElement(const String16& tagNamespace, const String16& tagName);
DResource.cpp801 sp<XMLNode> vers = root->getChildElement(String16(), String16("uses-sdk")); in massageManifest()
847 sp<XMLNode> application = root->getChildElement(String16(), String16("application")); in massageManifest()
870 sp<XMLNode> application = root->getChildElement(String16(), String16("application")); in massageManifest()
DXMLNode.cpp763 sp<XMLNode> XMLNode::getChildElement(const String16& tagNamespace, const String16& tagName) in getChildElement() function in XMLNode