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