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

公用建構函式

叫用啟動事件資訊

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

參數
testTag String

startTime Long

叫用啟動事件資訊

public InvocationStartedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

擲回
JSONException

公用方法

toString

public String toString ()

傳回
String