Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java28 import com.android.tradefed.util.SubprocessEventHelper.InvocationEndedEventInfo;
274 InvocationEndedEventInfo eventEnd = new InvocationEndedEventInfo(metrics); in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java40 import com.android.tradefed.util.SubprocessEventHelper.InvocationEndedEventInfo;
608 InvocationEndedEventInfo eventEnd = new InvocationEndedEventInfo(json); in handleEvent()
DSubprocessEventHelper.java663 public static class InvocationEndedEventInfo { class in SubprocessEventHelper
666 public InvocationEndedEventInfo(Map<String, String> buildAttributes) { in InvocationEndedEventInfo() method in SubprocessEventHelper.InvocationEndedEventInfo
670 public InvocationEndedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationEndedEventInfo() method in SubprocessEventHelper.InvocationEndedEventInfo