Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DApkInfo.proto66 repeated UsesLibrary uses_libraries = 56;
230 message UsesLibrary { message
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1713 class UsesLibrary : public ManifestExtractor::Element { class
1715 UsesLibrary() = default;
2934 std::make_pair("uses-library", std::is_same<UsesLibrary, T>::value), in GetExpectedTagForType()
3005 {"uses-library", &CreateType<UsesLibrary>}, in Inflate()