Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp452 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
DXmlDom.h107 Element* FindChildWithAttribute(android::StringPiece ns, android::StringPiece name,
111 const Element* FindChildWithAttribute(android::StringPiece ns, android::StringPiece name,
/frameworks/base/tools/aapt2/link/
DManifestFixer.cpp45 if (intent_filter_el->FindChildWithAttribute({}, "action", xml::kSchemaAndroid, "name", in HasDeepLink()
58 if (intent_filter_el->FindChildWithAttribute({}, "category", xml::kSchemaAndroid, "name", in HasDeepLink()