Searched refs:mHashCode (Results 1 – 5 of 5) sorted by relevance
60 private int mHashCode; field in Country142 int hash = mHashCode; in hashCode()147 mHashCode = hash; in hashCode()149 return mHashCode; in hashCode()
85 private final int mHashCode; field in SuggestionSpan144 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName); in SuggestionSpan()181 mHashCode = src.readInt(); in SuggestionSpan()236 dest.writeInt(mHashCode); in writeToParcel()253 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals()260 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()
5446 private final int mHashCode; field in Intent.FilterComparison5450 mHashCode = intent.filterHashCode(); in FilterComparison()5473 return mHashCode; in hashCode()