Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java251 InvocationEndedEventInfo eventEnd = new InvocationEndedEventInfo(metrics); in invocationEnded() local
252 printEvent(SubprocessTestResultsParser.StatusKeys.INVOCATION_ENDED, eventEnd); in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java600 InvocationEndedEventInfo eventEnd = new InvocationEndedEventInfo(json); in handleEvent() local
605 Map<String, String> attributes = eventEnd.mBuildAttributes; in handleEvent()