Home
last modified time | relevance | path

Searched defs:FeatureGroup (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DCommand.cpp512 struct FeatureGroup { struct
513 FeatureGroup() : openGLESVersion(-1) {} in FeatureGroup() argument
531 static bool hasFeature(const char* name, const FeatureGroup& grp, in hasFeature() argument
/frameworks/base/tools/aapt2/
DApkInfo.proto183 message FeatureGroup { message
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1048 class FeatureGroup : public ManifestExtractor::Element { class