Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java24 import com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo;
97 InvocationFailedEventInfo info = new InvocationFailedEventInfo(cause); in invocationFailed()
DSubprocessResultsReporter.java28 import com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo;
231 InvocationFailedEventInfo info = new InvocationFailedEventInfo(cause); in invocationFailed()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java181 public static class InvocationFailedEventInfo { class in SubprocessEventHelper
184 public InvocationFailedEventInfo(Throwable cause) { in InvocationFailedEventInfo() method in SubprocessEventHelper.InvocationFailedEventInfo
188 public InvocationFailedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationFailedEventInfo() method in SubprocessEventHelper.InvocationFailedEventInfo
DSubprocessTestResultsParser.java29 import com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo;
374 InvocationFailedEventInfo ifi = in handleEvent()
375 new InvocationFailedEventInfo(new JSONObject(eventJson)); in handleEvent()