Searched refs:mFailure (Results 1 – 2 of 2) sorted by relevance
140 public FailureDescription mFailure = null; field in SubprocessEventHelper.TestRunFailedEventInfo147 mFailure = failure; in TestRunFailedEventInfo()152 mFailure = FailureDescription.create(mReason); in TestRunFailedEventInfo()153 updateFailureFromJsonObject(mFailure, jsonObject); in TestRunFailedEventInfo()160 if (mFailure != null) { in toString()161 tags.put(REASON_KEY, mFailure.getErrorMessage()); in toString()162 tags.putOpt(FAILURE_STATUS_KEY, mFailure.getFailureStatus()); in toString()163 tags.putOpt(ACTION_IN_PROGRESS_KEY, mFailure.getActionInProgress()); in toString()164 tags.putOpt(ERROR_ORIGIN_KEY, mFailure.getOrigin()); in toString()165 if (mFailure.getErrorIdentifier() != null) { in toString()[all …]
407 if (rfi.mFailure != null) { in handleEvent()408 mListener.testRunFailed(rfi.mFailure); in handleEvent()435 if (ifi.mFailure != null) { in handleEvent()436 mListener.invocationFailed(ifi.mFailure); in handleEvent()462 mListener.testFailed(mCurrentTestCase, fti.mFailure); in handleEvent()