Searched refs:InvocationFailedEventInfo (Results 1 – 4 of 4) sorted by relevance
24 import com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo;97 InvocationFailedEventInfo info = new InvocationFailedEventInfo(cause); in invocationFailed()
28 import com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo;231 InvocationFailedEventInfo info = new InvocationFailedEventInfo(cause); in invocationFailed()
181 public static class InvocationFailedEventInfo { class in SubprocessEventHelper184 public InvocationFailedEventInfo(Throwable cause) { in InvocationFailedEventInfo() method in SubprocessEventHelper.InvocationFailedEventInfo188 public InvocationFailedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationFailedEventInfo() method in SubprocessEventHelper.InvocationFailedEventInfo
29 import com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo;374 InvocationFailedEventInfo ifi = in handleEvent()375 new InvocationFailedEventInfo(new JSONObject(eventJson)); in handleEvent()