Home
last modified time | relevance | path

Searched refs:mActionInProgress (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java34 private @Nullable ActionInProgress mActionInProgress = ActionInProgress.UNSET; field in FailureDescription
69 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()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java61 public ActionInProgress mActionInProgress = ActionInProgress.UNSET; field in CurrentInvocation.InternalInvocationTracking
149 mPerGroupInfo.get(group).mActionInProgress = action; in setActionInProgress()
160 return mPerGroupInfo.get(group).mActionInProgress; in getActionInProgress()