Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp114 class CommonFeatureGroup;
353 CommonFeatureGroup* GetCommonFeatureGroup() { in GetCommonFeatureGroup()
386 std::unique_ptr<CommonFeatureGroup> commonFeatureGroup_ = util::make_unique<CommonFeatureGroup>();
877 class CommonFeatureGroup : public FeatureGroup { class
879 CommonFeatureGroup() = default;
1082 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1131 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1203 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1898 CommonFeatureGroup* common_feature_group = GetCommonFeatureGroup(); in Dump()