Searched refs:mHashCode (Results 1 – 5 of 5) 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()
38 private int mHashCode; field in Signature174 return mHashCode; in hashCode()176 mHashCode = Arrays.hashCode(mSignature); in hashCode()178 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()
982 private Integer mHashCode = null; field in VCardEntry.PhotoData1025 if (mHashCode != null) { in hashCode()1026 return mHashCode; in hashCode()1038 mHashCode = hash; in hashCode()
6376 private final int mHashCode; field in Intent.FilterComparison6380 mHashCode = intent.filterHashCode(); in FilterComparison()6403 return mHashCode; in hashCode()