Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/link/
DManifestFixer.cpp36 xml::Element* action_el = intent_filter_el->FindChild({}, "action"); in HasDeepLink() local
39 if (action_el == nullptr || category_el == nullptr || data_el == nullptr) { in HasDeepLink()