Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp113 class CommonFeatureGroup;
349 CommonFeatureGroup* GetCommonFeatureGroup() { in GetCommonFeatureGroup()
382 std::unique_ptr<CommonFeatureGroup> commonFeatureGroup_ = util::make_unique<CommonFeatureGroup>();
861 class CommonFeatureGroup : public FeatureGroup { class
863 CommonFeatureGroup() = default;
1066 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1115 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1187 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1882 CommonFeatureGroup* common_feature_group = GetCommonFeatureGroup(); in Dump()