Searched refs:TestRunEndedEventInfo (Results 1 – 4 of 4) sorted by relevance
27 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;124 TestRunEndedEventInfo info = new TestRunEndedEventInfo(time, runMetrics); in testRunEnded()
34 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;120 TestRunEndedEventInfo info = in testRunEnded()121 new TestRunEndedEventInfo(time, TfMetricProtoUtil.compatibleConvert(runMetrics)); in testRunEnded()
139 public static class TestRunEndedEventInfo { class in SubprocessEventHelper143 public TestRunEndedEventInfo(Long time, Map<String, String> runMetrics) { in TestRunEndedEventInfo() method in SubprocessEventHelper.TestRunEndedEventInfo148 public TestRunEndedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunEndedEventInfo() method in SubprocessEventHelper.TestRunEndedEventInfo
35 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;361 TestRunEndedEventInfo rei = new TestRunEndedEventInfo(new JSONObject(eventJson)); in handleEvent()