SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


Asistente para la información de inicio de invocación.

Resumen

Campos

public Long mStartTime

public String mTestTag

Constructores públicos

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

Métodos públicos

String toString()

Campos

Hora de inicio m

public Long mStartTime

Etiqueta de prueba para dispositivos móviles

public String mTestTag

Constructores públicos

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Parámetros
testTag String

startTime Long

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Parámetros
jsonObject JSONObject

Arroja
JSONException

Métodos públicos

toString

public String toString ()

Muestra
String