Searched refs:InvocationStartedEventInfo (Results 1 – 4 of 4) sorted by relevance
27 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;125 InvocationStartedEventInfo info = in invocationStarted()126 new InvocationStartedEventInfo(buildInfo.getTestTag(), System.currentTimeMillis()); in invocationStarted()
30 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;227 InvocationStartedEventInfo info = in invocationStarted()228 new InvocationStartedEventInfo(context.getTestTag(), System.currentTimeMillis()); in invocationStarted()
42 import com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo;595 InvocationStartedEventInfo eventStart = in handleEvent()596 new InvocationStartedEventInfo(new JSONObject(eventJson)); in handleEvent()
628 public static class InvocationStartedEventInfo { class in SubprocessEventHelper632 public InvocationStartedEventInfo(String testTag, Long startTime) { in InvocationStartedEventInfo() method in SubprocessEventHelper.InvocationStartedEventInfo637 public InvocationStartedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationStartedEventInfo() method in SubprocessEventHelper.InvocationStartedEventInfo