Searched refs:mActionInProgress (Results 1 – 2 of 2) sorted by relevance
34 private @Nullable ActionInProgress mActionInProgress = ActionInProgress.UNSET; field in FailureDescription69 mActionInProgress = action; in setActionInProgress()75 return mActionInProgress; in getActionInProgress()178 result = prime * result + ((mActionInProgress == null) ? 0 : mActionInProgress.hashCode()); in hashCode()191 if (mActionInProgress != other.mActionInProgress) return false; in equals()
61 public ActionInProgress mActionInProgress = ActionInProgress.UNSET; field in CurrentInvocation.InternalInvocationTracking149 mPerGroupInfo.get(group).mActionInProgress = action; in setActionInProgress()160 return mPerGroupInfo.get(group).mActionInProgress; in getActionInProgress()