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.java25 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;
89 InvocationStartedEventInfo info = in invocationStarted()
90 new InvocationStartedEventInfo(buildInfo.getTestTag(), System.currentTimeMillis()); in invocationStarted()
DSubprocessResultsReporter.java29 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;
173 InvocationStartedEventInfo info = in invocationStarted()
174 new InvocationStartedEventInfo(context.getTestTag(), System.currentTimeMillis()); in invocationStarted()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java454 public static class InvocationStartedEventInfo { class in SubprocessEventHelper
458 public InvocationStartedEventInfo(String testTag, Long startTime) { in InvocationStartedEventInfo() method in SubprocessEventHelper.InvocationStartedEventInfo
463 public InvocationStartedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationStartedEventInfo() method in SubprocessEventHelper.InvocationStartedEventInfo
DSubprocessTestResultsParser.java30 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;
489 InvocationStartedEventInfo eventStart = in handleEvent()
490 new InvocationStartedEventInfo(new JSONObject(eventJson)); in handleEvent()