SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


Aide pour les informations de démarrage de l'appel.

Résumé

Des champs

public Long mStartTime

public String mTestTag

Constructeurs publics

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

Méthodes publiques

String toString ()

Des champs

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

Constructeurs publics

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Paramètres
testTag String

startTime Long

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Jette
JSONException

Méthodes publiques

toString

public String toString ()

Retour
String