Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchResult.java123 @Nullable private final ValueType mResultValue; field in AppSearchResult
131 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()