Home
last modified time | relevance | path

Searched refs:invocationStartRecord (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DFileProtoResultReporter.java63 TestRecord invocationStartRecord, IInvocationContext invocationContext) { in processStartInvocation() argument
64 writeProto(invocationStartRecord); in processStartInvocation()
DStreamProtoResultReporter.java61 TestRecord invocationStartRecord, IInvocationContext context) { in processStartInvocation() argument
64 mToBeSent.add(invocationStartRecord); in processStartInvocation()
DProtoResultReporter.java104 TestRecord invocationStartRecord, IInvocationContext invocationContext) {} in processStartInvocation() argument
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DProtoResultParserTest.java81 TestRecord invocationStartRecord, IInvocationContext context) { in processStartInvocation() argument
82 mParser.processNewProto(invocationStartRecord); in processStartInvocation()