Searched refs:reportInvocation (Results 1 – 2 of 2) sorted by relevance
| /tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
| D | StreamProtoReceiver.java | 62 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()
|
| D | ProtoResultParser.java | 69 boolean reportInvocation) { in ProtoResultParser() argument 70 this(listener, context, reportInvocation, "subprocess-"); in ProtoResultParser() 77 boolean reportInvocation, in ProtoResultParser() argument 81 mReportInvocation = reportInvocation; in ProtoResultParser()
|