SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo


Helper for testRunEnded Information.

Summary

Fields

public mRunMetrics

public Long mTime

Public constructors

TestRunEndedEventInfo(Long time, runMetrics)
TestRunEndedEventInfo(JSONObject jsonObject)

Public methods

String toString()

Fields

mRunMetrics

 public  mRunMetrics

mTime

 public Long mTime

Public constructors

TestRunEndedEventInfo

 public TestRunEndedEventInfo (Long time,                   runMetrics)

Parameters
time Long
runMetrics

TestRunEndedEventInfo

 public TestRunEndedEventInfo (JSONObject jsonObject)

Parameters
jsonObject JSONObject
Throws
JSONException

Public methods

toString

 public String toString ()

Returns
String