Searched refs:TestRunStartedEventInfo (Results 1 – 4 of 4) sorted by relevance
29 import com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo;117 TestRunStartedEventInfo info = new TestRunStartedEventInfo(runName, testCount); in testRunStarted()
36 import com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo;141 TestRunStartedEventInfo info = in testRunStarted()142 new TestRunStartedEventInfo(runName, testCount, attemptNumber); in testRunStarted()
64 public static class TestRunStartedEventInfo { class in SubprocessEventHelper70 public TestRunStartedEventInfo(String runName, int testCount) { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo76 public TestRunStartedEventInfo(String runName, int testCount, int attempt) { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo82 public TestRunStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunStartedEventInfo() method in SubprocessEventHelper.TestRunStartedEventInfo
37 import com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo;340 TestRunStartedEventInfo rsi = new TestRunStartedEventInfo(new JSONObject(eventJson)); in handleEvent()