Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.h95 using DeviceFeature = std::string; variable
115 std::vector<DeviceFeature> features;
H A DConfigurationParser_test.cpp51 using ::aapt::configuration::DeviceFeature;
H A DConfigurationParser.internal.h157 Group<DeviceFeature> device_feature_groups;
H A DConfigurationParser.cpp51 using ::aapt::configuration::DeviceFeature;
828 OrderedEntry<DeviceFeature>& entry = config->device_feature_groups[label]; in DeviceFeatureGroupTagHandler()
/aosp14/frameworks/base/core/java/android/app/
H A DTEST_MAPPING239 "(/|^)DeviceFeature[^/]*", "(/|^)Hdmi[^/]*"
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java566 @interface DeviceFeature {} annotation in Constants