SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


调用开始信息的帮助程序。

概括

领域

public Long mStartTime

public String mTestTag

公共建设者

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

公开方法

String toString ()

领域

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

公共建设者

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

参数
testTag String

startTime Long

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

投掷
JSONException

公开方法

toString

public String toString ()

退货
String