SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


Hilfsfunktion für Informationen zum Start des Aufrufs.

Zusammenfassung

Felder

public Long mStartTime

public String mTestTag

Öffentliche Konstruktoren

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

Öffentliche Methoden

String toString()

Felder

Startzeit

public Long mStartTime

mTestTag

public String mTestTag

Öffentliche Konstruktoren

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Parameter
testTag String

startTime Long

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Ausgabe
JSONException

Öffentliche Methoden

toString

public String toString ()

Returns
String