SubprocessEventHelper.InvocationStartedEventInfo
public
static
class
SubprocessEventHelper.InvocationStartedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo |
Assistente para informações de invocação iniciada.
Resumo
Campos | |
---|---|
public
Long |
mStartTime
|
public
String |
mTestTag
|
Construtores públicos | |
---|---|
InvocationStartedEventInfo(String testTag, Long startTime)
|
|
InvocationStartedEventInfo(JSONObject jsonObject)
|
Métodos públicos | |
---|---|
String
|
toString()
|
Campos
Hora de início
public Long mStartTime
Tag de teste m
public String mTestTag
Construtores públicos
InvocationStartedEventInfo
public InvocationStartedEventInfo (String testTag, Long startTime)
Parâmetros | |
---|---|
testTag |
String |
startTime |
Long |
InvocationStartedEventInfo
public InvocationStartedEventInfo (JSONObject jsonObject)
Parâmetros | |
---|---|
jsonObject |
JSONObject |
Gera | |
---|---|
JSONException |
Métodos públicos
toString
public String toString ()
Retorna | |
---|---|
String |