Searched refs:TestRunEndedEventInfo (Results 1 – 4 of 4) sorted by relevance
31 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;160 TestRunEndedEventInfo info = new TestRunEndedEventInfo(time, runMetrics); in testRunEnded()
36 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;161 TestRunEndedEventInfo info = in testRunEnded()162 new TestRunEndedEventInfo(time, TfMetricProtoUtil.compatibleConvert(runMetrics)); in testRunEnded()
48 import com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo;419 TestRunEndedEventInfo rei = new TestRunEndedEventInfo(new JSONObject(eventJson)); in handleEvent()
184 public static class TestRunEndedEventInfo { class in SubprocessEventHelper188 public TestRunEndedEventInfo(Long time, Map<String, String> runMetrics) { in TestRunEndedEventInfo() method in SubprocessEventHelper.TestRunEndedEventInfo193 public TestRunEndedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunEndedEventInfo() method in SubprocessEventHelper.TestRunEndedEventInfo