Home
last modified time | relevance | path

Searched defs:TestStartedEventInfo (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java250 public static class TestStartedEventInfo extends BaseTestEventInfo { class in SubprocessEventHelper
253 public TestStartedEventInfo(String className, String testName, Long startTime) { in TestStartedEventInfo() method in SubprocessEventHelper.TestStartedEventInfo
258 public TestStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestStartedEventInfo() method in SubprocessEventHelper.TestStartedEventInfo