SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


Helfer für Informationen zum Starten eines Aufrufs.

Zusammenfassung

Felder

public Long mStartTime

public String mTestTag

Öffentliche Konstruktoren

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

Öffentliche Methoden

String toString()

Felder

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

Öffentliche Konstruktoren

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Ausgabe
JSONException

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Parameter
testTag String

startTime Long

Öffentliche Methoden

toString

public String toString ()

Returns
String