Home
last modified time | relevance | path

Searched defs:DeviceFeature (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.pb.go1146 type DeviceFeature struct { struct
1147 state protoimpl.MessageState
1148 sizeCache protoimpl.SizeCache
1149 unknownFields protoimpl.UnknownFields
1151 …ng `protobuf:"bytes,1,opt,name=feature_name,json=featureName,proto3" json:"feature_name,omitempty"`
1153 …uf:"varint,2,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"`
1156 func (x *DeviceFeature) Reset() {
1165 func (x *DeviceFeature) String() string {
1169 func (*DeviceFeature) ProtoMessage() {}
1171 func (x *DeviceFeature) ProtoReflect() protoreflect.Message {
[all …]
Dtargeting.proto146 message DeviceFeature { message