Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java166 TestRecord startInvocationProto = mInvocationRecordBuilder.build(); in invocationStarted() local
168 processStartInvocation(startInvocationProto, context); in invocationStarted()
DProtoResultParser.java260 private void handleInvocationStart(TestRecord startInvocationProto) { in handleInvocationStart() argument
262 Any anyDescription = startInvocationProto.getDescription(); in handleInvocationStart()