Home
last modified time | relevance | path

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

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