Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp35 static bool HasDeepLink(xml::Element* intent_filter_el) { in HasDeepLink() argument
36 xml::Element* action_el = intent_filter_el->FindChild({}, "action"); in HasDeepLink()
37 xml::Element* category_el = intent_filter_el->FindChild({}, "category"); in HasDeepLink()
38 xml::Element* data_el = intent_filter_el->FindChild({}, "data"); in HasDeepLink()
45 if (intent_filter_el->FindChildWithAttribute({}, "action", xml::kSchemaAndroid, "name", in HasDeepLink()
58 if (intent_filter_el->FindChildWithAttribute({}, "category", xml::kSchemaAndroid, "name", in HasDeepLink()
100 static bool VerifyDeepLinkIntentAction(xml::Element* intent_filter_el, in VerifyDeepLinkIntentAction() argument
102 if (!HasDeepLink(intent_filter_el)) { in VerifyDeepLinkIntentAction()
106 xml::Element* data_el = intent_filter_el->FindChild({}, "data"); in VerifyDeepLinkIntentAction()