Searched refs:mResultValue (Results 1 – 1 of 1) sorted by relevance
99 @Nullable private final ValueType mResultValue; field in AppSearchResult107 mResultValue = resultValue; in AppSearchResult()134 return mResultValue; in getResultValue()160 && Objects.equals(mResultValue, otherResult.mResultValue) in equals()166 return Objects.hash(mResultCode, mResultValue, mErrorMessage); in hashCode()173 return "[SUCCESS]: " + mResultValue; in toString()