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()
85 private final int mHashCode; field in SuggestionSpan142 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName); in SuggestionSpan()188 mHashCode = src.readInt(); in SuggestionSpan()243 dest.writeInt(mHashCode); in writeToParcel()260 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals()267 return mHashCode; in hashCode()
36 private int mHashCode; field in Signature172 return mHashCode; in hashCode()174 mHashCode = Arrays.hashCode(mSignature); in hashCode()176 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()
6205 private final int mHashCode; field in Intent.FilterComparison6209 mHashCode = intent.filterHashCode(); in FilterComparison()6232 return mHashCode; in hashCode()