Searched defs:DeviceFeatureTargeting (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.pb.go | 361 …DeviceFeatureTargeting []*DeviceFeatureTargeting `protobuf:"bytes,2,rep,name=device_feature_target… member 1561 type DeviceFeatureTargeting struct { struct 1562 …:"bytes,1,opt,name=required_feature,json=requiredFeature,proto3" json:"required_feature,omitempty"` 1563 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1564 XXX_unrecognized []byte `json:"-"` 1565 XXX_sizecache int32 `json:"-"` 1568 func (m *DeviceFeatureTargeting) Reset() { *m = DeviceFeatureTargeting{} } 1569 func (m *DeviceFeatureTargeting) String() string { return proto.CompactTextString(m) } 1570 func (*DeviceFeatureTargeting) ProtoMessage() {} 1571 func (*DeviceFeatureTargeting) Descriptor() ([]byte, []int) { [all …]
|
D | targeting.proto | 230 message DeviceFeatureTargeting { message
|