Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java84 public static class TestRunStartedEventInfo { class in SubprocessEventHelper
91 public TestRunStartedEventInfo(String runName, int testCount) { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo
98 public TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime) { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo
105 public TestRunStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo