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

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

パラメータ
testTag String

startTime Long

パブリック メソッド

toString

public String toString ()

戻り値
String