SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


Helper per le informazioni sull'avvio dell'invocazione.

Riepilogo

Campi

public Long mStartTime

public String mTestTag

Costruttori pubblici

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

Metodi pubblici

String toString()

Campi

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

Costruttori pubblici

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Lanci
JSONException

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Parametri
testTag String

startTime Long

Metodi pubblici

ToString

public String toString ()

Ritorni
String