Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp511 struct FeatureGroup { struct
512 FeatureGroup() : openGLESVersion(-1) {} in FeatureGroup() function
530 static bool hasFeature(const char* name, const FeatureGroup& grp, in hasFeature() argument
/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto183 message FeatureGroup { message
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1050 class FeatureGroup : public ManifestExtractor::Element { class