Searched refs:InvocationStartedEventInfo (Results 1 – 4 of 4) sorted by relevance
25 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;89 InvocationStartedEventInfo info = in invocationStarted()90 new InvocationStartedEventInfo(buildInfo.getTestTag(), System.currentTimeMillis()); in invocationStarted()
29 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;173 InvocationStartedEventInfo info = in invocationStarted()174 new InvocationStartedEventInfo(context.getTestTag(), System.currentTimeMillis()); in invocationStarted()
454 public static class InvocationStartedEventInfo { class in SubprocessEventHelper458 public InvocationStartedEventInfo(String testTag, Long startTime) { in InvocationStartedEventInfo() method in SubprocessEventHelper.InvocationStartedEventInfo463 public InvocationStartedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationStartedEventInfo() method in SubprocessEventHelper.InvocationStartedEventInfo
30 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;489 InvocationStartedEventInfo eventStart = in handleEvent()490 new InvocationStartedEventInfo(new JSONObject(eventJson)); in handleEvent()