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.go959 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:"-"`
968 func (m *DeviceFeature) Reset() { *m = DeviceFeature{} }
969 func (m *DeviceFeature) String() string { return proto.CompactTextString(m) }
970 func (*DeviceFeature) ProtoMessage() {}
971 func (*DeviceFeature) Descriptor() ([]byte, []int) {
[all …]
Dtargeting.proto146 message DeviceFeature { message