Searched refs:InvocationEndedEventInfo (Results 1 – 3 of 3) sorted by relevance
28 import com.android.tradefed.util.SubprocessEventHelper.InvocationEndedEventInfo;274 InvocationEndedEventInfo eventEnd = new InvocationEndedEventInfo(metrics); in invocationEnded()
40 import com.android.tradefed.util.SubprocessEventHelper.InvocationEndedEventInfo;608 InvocationEndedEventInfo eventEnd = new InvocationEndedEventInfo(json); in handleEvent()
663 public static class InvocationEndedEventInfo { class in SubprocessEventHelper666 public InvocationEndedEventInfo(Map<String, String> buildAttributes) { in InvocationEndedEventInfo() method in SubprocessEventHelper.InvocationEndedEventInfo670 public InvocationEndedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationEndedEventInfo() method in SubprocessEventHelper.InvocationEndedEventInfo