Searched refs:mHashCode (Results 1 – 7 of 7) sorted by relevance
61 private int mHashCode; field in Country176 int hash = mHashCode; in hashCode()181 mHashCode = hash; in hashCode()183 return mHashCode; in hashCode()
692 private final int mHashCode; field in TvContentRating763 mHashCode = 31 * Objects.hash(mDomain, mRating) + Arrays.hashCode(mSubRatings); in TvContentRating()867 if (mHashCode != other.mHashCode) { in equals()884 return mHashCode; in hashCode()
90 private final int mHashCode; field in SuggestionSpan153 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName); in SuggestionSpan()200 mHashCode = src.readInt(); in SuggestionSpan()256 dest.writeInt(mHashCode); in writeToParcel()273 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals()280 return mHashCode; in hashCode()
277 return mHashCode; in hashCode()280 mHashCode = HashCodeHelpers.hashCode(mRed, mGreen, mBlue); in hashCode()283 return mHashCode; in hashCode()349 private int mHashCode; field in TonemapCurve
43 private int mHashCode; field in Signature218 return mHashCode; in hashCode()220 mHashCode = Arrays.hashCode(mSignature); in hashCode()222 return mHashCode; in hashCode()
982 private Integer mHashCode = null; field in VCardEntry.PhotoData1025 if (mHashCode != null) { in hashCode()1026 return mHashCode; in hashCode()1038 mHashCode = hash; in hashCode()
7035 private final int mHashCode; field in Intent.FilterComparison7039 mHashCode = intent.filterHashCode(); in FilterComparison()7062 return mHashCode; in hashCode()