SubprocessEventHelper.InvocationStartedEventInfo
public
static
class
SubprocessEventHelper.InvocationStartedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo |
Helper for invocation started information.
Summary
Fields | |
---|---|
public
Long |
mStartTime
|
public
String |
mTestTag
|
Public constructors | |
---|---|
InvocationStartedEventInfo(JSONObject jsonObject)
|
|
InvocationStartedEventInfo(String testTag, Long startTime)
|
Public methods | |
---|---|
String
|
toString()
|
Fields
mStartTime
public Long mStartTime
mTestTag
public String mTestTag
Public constructors
InvocationStartedEventInfo
public InvocationStartedEventInfo (JSONObject jsonObject)
Parameters | |
---|---|
jsonObject |
JSONObject |
Throws | |
---|---|
JSONException |
InvocationStartedEventInfo
public InvocationStartedEventInfo (String testTag, Long startTime)
Parameters | |
---|---|
testTag |
String |
startTime |
Long |
Public methods
toString
public String toString ()
Returns | |
---|---|
String |