Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1316 && ElementCast<Activity>(parent_stack[1])) { in Extract()
1540 if (ElementCast<Activity>(parent_stack[1])) { in Extract()
1838 if (auto screen = ElementCast<Screen>(el)) { in Print()
2100 if (ElementCast<Action>(el)) { in Dump()
2101 auto action = ElementCast<Action>(el); in Dump()
2108 if (ElementCast<Category>(el)) { in Dump()
2109 auto category = ElementCast<Category>(el); in Dump()
2120 if (auto service = ElementCast<Service>(el)) { in Dump()
2203 if (auto activity = ElementCast<Activity>(el)) { in Dump()
2213 if (auto receiver = ElementCast<Receiver>(el)) { in Dump()
[all …]