Searched refs:mResultValue (Results 1 – 1 of 1) sorted by relevance
123 @Nullable private final ValueType mResultValue; field in AppSearchResult131 mResultValue = resultValue; in AppSearchResult()159 return mResultValue; in getResultValue()185 && Objects.equals(mResultValue, otherResult.mResultValue) in equals()191 return Objects.hash(mResultCode, mResultValue, mErrorMessage); in hashCode()198 return "[SUCCESS]: " + mResultValue; in toString()