Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go151LocalTestingInfo *LocalTestingInfo `protobuf:"bytes,5,opt,name=local_testing_info,json=localTestin… member
1031 type LocalTestingInfo struct { struct
1032 state protoimpl.MessageState
1033 sizeCache protoimpl.SizeCache
1034 unknownFields protoimpl.UnknownFields
1037 Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
1042 …es,2,opt,name=local_testing_path,json=localTestingPath,proto3" json:"local_testing_path,omitempty"`
1045 func (x *LocalTestingInfo) Reset() {
1054 func (x *LocalTestingInfo) String() string {
1058 func (*LocalTestingInfo) ProtoMessage() {}
[all …]
Dcommands.proto189 message LocalTestingInfo { message