Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1090 void AddFeature(const std::string& name, bool required = true, int32_t version = -1) { in AddFeature() function in aapt::FeatureGroup
1095 AddFeature("android.hardware.camera", true); in AddFeature()
1098 AddFeature("android.hardware.location", true); in AddFeature()
1100 AddFeature("android.hardware.faketouch", true); in AddFeature()
1103 AddFeature("android.hardware.faketouch.multitouch", true); in AddFeature()
1104 AddFeature("android.hardware.faketouch", true); in AddFeature()
1106 AddFeature("android.hardware.touchscreen", true); in AddFeature()
1109 AddFeature("android.hardware.touchscreen.multitouch", true); in AddFeature()
1110 AddFeature("android.hardware.touchscreen", true); in AddFeature()
1342 feature_group->AddFeature(*name, required, version); in Extract()