Searched defs:DeviceFeature (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.h | 96 using DeviceFeature = std::string; variable
|
/aosp12/build/soong/cmd/extract_apks/bundle_proto/ |
H A D | targeting.proto | 146 message DeviceFeature { message
|
H A D | targeting.pb.go | 959 type DeviceFeature struct { struct 960 …ng `protobuf:"bytes,1,opt,name=feature_name,json=featureName,proto3" json:"feature_name,omitempty"` 962 …uf:"varint,2,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"` 963 XXX_NoUnkeyedLiteral struct{} `json:"-"` 964 XXX_unrecognized []byte `json:"-"` 965 XXX_sizecache int32 `json:"-"`
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | Constants.java | 549 @interface DeviceFeature {} annotation in Constants
|