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/
DStreamProtoResultReporter.java51 TestRecord invocationStartRecord, IInvocationContext context) { in processStartInvocation() argument
52 writeRecordToSocket(invocationStartRecord); in processStartInvocation()
DFileProtoResultReporter.java62 TestRecord invocationStartRecord, IInvocationContext invocationContext) { in processStartInvocation() argument
63 writeProto(invocationStartRecord); in processStartInvocation()
DProtoResultReporter.java87 TestRecord invocationStartRecord, IInvocationContext invocationContext) {} in processStartInvocation() argument
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java71 TestRecord invocationStartRecord, IInvocationContext context) { in processStartInvocation() argument
72 mParser.processNewProto(invocationStartRecord); in processStartInvocation()