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.java64 public static class TestRunStartedEventInfo { class in SubprocessEventHelper
70 public TestRunStartedEventInfo(String runName, int testCount) { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo
76 public TestRunStartedEventInfo(String runName, int testCount, int attempt) { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo
82 public TestRunStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo