Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1377 class UsesLibrary : public ManifestExtractor::Element { class
1379 UsesLibrary() = default;
2375 {"uses-library", std::is_base_of<UsesLibrary, T>::value}, in ElementCast()
2429 {"uses-library", &CreateType<UsesLibrary>}, in Inflate()