Home
last modified time | relevance | path

Searched refs:reportInvocation (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoReceiver.java62 boolean reportInvocation) in StreamProtoReceiver() argument
64 this(listener, mainContext, reportInvocation, true); in StreamProtoReceiver()
78 boolean reportInvocation, in StreamProtoReceiver() argument
81 this(listener, mainContext, reportInvocation, quietParsing, "subprocess-"); in StreamProtoReceiver()
96 boolean reportInvocation, in StreamProtoReceiver() argument
101 mParser = new ProtoResultParser(mListener, mainContext, reportInvocation, logNamePrefix); in StreamProtoReceiver()
DProtoResultParser.java69 boolean reportInvocation) { in ProtoResultParser() argument
70 this(listener, context, reportInvocation, "subprocess-"); in ProtoResultParser()
77 boolean reportInvocation, in ProtoResultParser() argument
81 mReportInvocation = reportInvocation; in ProtoResultParser()