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.go100LocalTestingInfo *LocalTestingInfo `protobuf:"bytes,5,opt,name=local_testing_info,json=localTe… member
888 type LocalTestingInfo struct { struct
890 Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
895 …es,2,opt,name=local_testing_path,json=localTestingPath,proto3" json:"local_testing_path,omitempty"`
896 XXX_NoUnkeyedLiteral struct{} `json:"-"`
897 XXX_unrecognized []byte `json:"-"`
898 XXX_sizecache int32 `json:"-"`
901 func (m *LocalTestingInfo) Reset() { *m = LocalTestingInfo{} }
902 func (m *LocalTestingInfo) String() string { return proto.CompactTextString(m) }
903 func (*LocalTestingInfo) ProtoMessage() {}
[all …]
Dcommands.proto189 message LocalTestingInfo { message