Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java283 private void handleInvocationEnded(TestRecord endInvocationProto) { in handleInvocationEnded() argument
285 handleLogs(endInvocationProto); in handleInvocationEnded()
288 Any anyDescription = endInvocationProto.getDescription(); in handleInvocationEnded()
302 if (endInvocationProto.hasDebugInfo()) { in handleInvocationEnded()
303 DebugInfo debugInfo = endInvocationProto.getDebugInfo(); in handleInvocationEnded()
306 endInvocationProto.getDebugInfo().getFailureStatus())) { in handleInvocationEnded()
309 parseDebugInfoContext(endInvocationProto.getDebugInfo(), failure); in handleInvocationEnded()
310 if (endInvocationProto.getDebugInfo().hasDebugInfoContext()) { in handleInvocationEnded()
312 endInvocationProto.getDebugInfo().getDebugInfoContext().getErrorType(); in handleInvocationEnded()
335 timeStampToMillis(endInvocationProto.getEndTime()) in handleInvocationEnded()
[all …]