Searched refs:mHashCode (Results 1 – 5 of 5) sorted by relevance
186 private final int mHashCode; field in Key222 mHashCode = computeHashCode(this); in Key()374 mHashCode = computeHashCode(this); in Key()400 mHashCode = key.mHashCode; in Key()466 if (mHashCode > o.mHashCode) return 1; in compareTo()472 return mHashCode; in hashCode()
77 private final int mHashCode; field in KeyboardId93 mHashCode = computeHashCode(this); in KeyboardId()173 return mHashCode; in hashCode()
44 private int mHashCode = 0; field in WordProperty152 if (mHashCode == 0) { in hashCode()153 mHashCode = computeHashCode(this); in hashCode()155 return mHashCode; in hashCode()
114 private int mHashCode; field in Settings475 if (mHashCode == 0) { in hashCode()476 mHashCode = super.hashCode() in hashCode()484 return mHashCode; in hashCode()
2103 int mHashCode; // hash code field in FmService.Record2122 if (hashCode == record.mHashCode) { in registerFmRadioListener()2127 record.mHashCode = hashCode; in registerFmRadioListener()2200 if (record.mHashCode == hashCode) { in remove()