SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


Assistant pour les informations sur l'appel lancé.

Résumé

Champs

public Long mStartTime

public String mTestTag

Constructeurs publics

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

Méthodes publiques

String toString()

Champs

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

Constructeurs publics

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Paramètres
testTag String

startTime Long

Méthodes publiques

toString

public String toString ()

Renvoie
String