Searched refs:FindChildWithAttribute (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 452 return FindChildWithAttribute(ns, name, {}, {}, {}); in FindChild() 456 return FindChildWithAttribute(ns, name, {}, {}, {}); in FindChild() 459 Element* Element::FindChildWithAttribute(StringPiece ns, StringPiece name, StringPiece attr_ns, in FindChildWithAttribute() function in aapt::xml::Element 461 return const_cast<Element*>(static_cast<const Element*>(this)->FindChildWithAttribute( in FindChildWithAttribute() 465 const Element* Element::FindChildWithAttribute(StringPiece ns, StringPiece name, in FindChildWithAttribute() function in aapt::xml::Element
|
D | XmlDom.h | 107 Element* FindChildWithAttribute(android::StringPiece ns, android::StringPiece name, 111 const Element* FindChildWithAttribute(android::StringPiece ns, android::StringPiece name,
|
/frameworks/base/tools/aapt2/link/ |
D | ManifestFixer.cpp | 45 if (intent_filter_el->FindChildWithAttribute({}, "action", xml::kSchemaAndroid, "name", in HasDeepLink() 58 if (intent_filter_el->FindChildWithAttribute({}, "category", xml::kSchemaAndroid, "name", in HasDeepLink()
|