SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

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


Helper untuk informasi pemanggilan yang dimulai.

Ringkasan

Kolom

public Long mStartTime

public String mTestTag

Konstruktor publik

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

Metode publik

String toString()

Kolom

{i>mStartTime<i}

public Long mStartTime

mTestTag

public String mTestTag

Konstruktor publik

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Parameter
testTag String

startTime Long

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Menampilkan
JSONException

Metode publik

toString

public String toString ()

Hasil
String