Home
last modified time | relevance | path

Searched refs:mCause (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java263 public Throwable mCause = null; field in SubprocessEventHelper.InvocationFailedEventInfo
267 mCause = cause; in InvocationFailedEventInfo()
272 mCause = failure.getCause(); in InvocationFailedEventInfo()
274 mCause = new Throwable(failure.getErrorMessage()); in InvocationFailedEventInfo()
281 mCause = new Throwable(stack); in InvocationFailedEventInfo()
287 .setCause(mCause); in InvocationFailedEventInfo()
350 if (mCause != null) { in toString()
353 mCause.printStackTrace(pw); in toString()
DSubprocessTestResultsParser.java424 mListener.invocationFailed(ifi.mCause); in handleEvent()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java38 private @Nullable Throwable mCause = null; field in FailureDescription
91 mCause = cause; in setCause()
97 return mCause; in getCause()