SubprocessEventHelper.InitationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.InitationStartedEventInfo


调用启动信息的帮助程序。

概括

领域

public Long mStartTime

public String mTestTag

公共构造函数

InvocationStartedEventInfo (String testTag, Long startTime)
InvocationStartedEventInfo (JSONObject jsonObject)

公共方法

String toString ()

领域

开始时间

public Long mStartTime

测试标签

public String mTestTag

公共构造函数

调用开始事件信息

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

参数
testTag String

startTime Long

调用开始事件信息

public InvocationStartedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

投掷
JSONException

公共方法

到字符串

public String toString ()

退货
String