Home
last modified time | relevance | path

Searched refs:TestRunFailedEventInfo (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java28 import com.android.tradefed.util.SubprocessEventHelper.TestRunFailedEventInfo;
110 TestRunFailedEventInfo info = new TestRunFailedEventInfo(reason); in testRunFailed()
DSubprocessResultsReporter.java35 import com.android.tradefed.util.SubprocessEventHelper.TestRunFailedEventInfo;
128 TestRunFailedEventInfo info = new TestRunFailedEventInfo(reason); in testRunFailed()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java111 public static class TestRunFailedEventInfo { class in SubprocessEventHelper
114 public TestRunFailedEventInfo(String reason) { in TestRunFailedEventInfo() method in SubprocessEventHelper.TestRunFailedEventInfo
118 public TestRunFailedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunFailedEventInfo() method in SubprocessEventHelper.TestRunFailedEventInfo
DSubprocessTestResultsParser.java36 import com.android.tradefed.util.SubprocessEventHelper.TestRunFailedEventInfo;
352 TestRunFailedEventInfo rfi = new TestRunFailedEventInfo(new JSONObject(eventJson)); in handleEvent()