HomeSort by relevance Sort by last modified time
    Searched refs:InvocationFailedEventInfo (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/result/
SubprocessResultsReporter.java 26 import com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo;
202 InvocationFailedEventInfo info = new InvocationFailedEventInfo(cause);
  /tools/tradefederation/core/src/com/android/tradefed/util/
SubprocessEventHelper.java 159 public static class InvocationFailedEventInfo {
162 public InvocationFailedEventInfo(Throwable cause) {
166 public InvocationFailedEventInfo(JSONObject jsonObject) throws JSONException {
SubprocessTestResultsParser.java 26 import com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo;
331 InvocationFailedEventInfo ifi =
332 new InvocationFailedEventInfo(new JSONObject(eventJson));

Completed in 79 milliseconds