Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java31 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;
160 TestRunEndedEventInfo info = new TestRunEndedEventInfo(time, runMetrics); in testRunEnded()
DSubprocessResultsReporter.java36 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;
161 TestRunEndedEventInfo info = in testRunEnded()
162 new TestRunEndedEventInfo(time, TfMetricProtoUtil.compatibleConvert(runMetrics)); in testRunEnded()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java48 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;
419 TestRunEndedEventInfo rei = new TestRunEndedEventInfo(new JSONObject(eventJson)); in handleEvent()
DSubprocessEventHelper.java184 public static class TestRunEndedEventInfo { class in SubprocessEventHelper
188 public TestRunEndedEventInfo(Long time, Map<String, String> runMetrics) { in TestRunEndedEventInfo() method in SubprocessEventHelper.TestRunEndedEventInfo
193 public TestRunEndedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunEndedEventInfo() method in SubprocessEventHelper.TestRunEndedEventInfo