Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java27 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;
125 InvocationStartedEventInfo info = in invocationStarted()
126 new InvocationStartedEventInfo(buildInfo.getTestTag(), System.currentTimeMillis()); in invocationStarted()
DSubprocessResultsReporter.java30 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;
227 InvocationStartedEventInfo info = in invocationStarted()
228 new InvocationStartedEventInfo(context.getTestTag(), System.currentTimeMillis()); in invocationStarted()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java42 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;
595 InvocationStartedEventInfo eventStart = in handleEvent()
596 new InvocationStartedEventInfo(new JSONObject(eventJson)); in handleEvent()
DSubprocessEventHelper.java628 public static class InvocationStartedEventInfo { class in SubprocessEventHelper
632 public InvocationStartedEventInfo(String testTag, Long startTime) { in InvocationStartedEventInfo() method in SubprocessEventHelper.InvocationStartedEventInfo
637 public InvocationStartedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationStartedEventInfo() method in SubprocessEventHelper.InvocationStartedEventInfo