Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp116 class CommonFeatureGroup;
358 CommonFeatureGroup* GetCommonFeatureGroup() { in GetCommonFeatureGroup()
391 std::unique_ptr<CommonFeatureGroup> commonFeatureGroup_ = util::make_unique<CommonFeatureGroup>();
882 class CommonFeatureGroup : public FeatureGroup { class
884 CommonFeatureGroup() = default;
1096 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1186 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
1258 CommonFeatureGroup* common = extractor()->GetCommonFeatureGroup(); in Extract()
2028 CommonFeatureGroup* common_feature_group = GetCommonFeatureGroup(); in Dump()