SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


Auxiliar para informações de invocação iniciada.

Resumo

Campos

public Long mStartTime

public String mTestTag

Construtores públicos

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

Métodos públicos

String toString()

Campos

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

Construtores públicos

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Parâmetros
jsonObject JSONObject

Gera
JSONException

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Parâmetros
testTag String

startTime Long

Métodos públicos

toString

public String toString ()

Retorna
String