Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java226 public static class InvocationFailedEventInfo { class in SubprocessEventHelper
230 public InvocationFailedEventInfo(Throwable cause) { in InvocationFailedEventInfo() method in SubprocessEventHelper.InvocationFailedEventInfo
234 public InvocationFailedEventInfo(FailureDescription failure) { in InvocationFailedEventInfo() method in SubprocessEventHelper.InvocationFailedEventInfo
243 public InvocationFailedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationFailedEventInfo() method in SubprocessEventHelper.InvocationFailedEventInfo