Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp115 class CommonFeatureGroup;
357 CommonFeatureGroup* GetCommonFeatureGroup() { in GetCommonFeatureGroup()
390 std::unique_ptr<CommonFeatureGroup> commonFeatureGroup_ = util::make_unique<CommonFeatureGroup>();
883 class CommonFeatureGroup : public FeatureGroup { class
885 CommonFeatureGroup() = default;
1097 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1187 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1259 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
2087 CommonFeatureGroup* common_feature_group = GetCommonFeatureGroup(); in Dump()