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(JSONObject jsonObject)
InvocationStartedEventInfo(String testTag, Long startTime)

公用方法

String toString()

欄位

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

公用建構函式

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

擲回
JSONException

叫用啟動事件資訊

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

參數
testTag String

startTime Long

公用方法

toString

public String toString ()

傳回
String