Searched refs:mHashCode (Results 1 – 6 of 6) sorted by relevance
29 private final int mHashCode; field in ComponentKey37 mHashCode = Arrays.hashCode(new Object[] {componentName, user}); in ComponentKey()43 return mHashCode; in hashCode()
47 private int mHashCode = 0; field in WordProperty186 if (mHashCode == 0) { in hashCode()187 mHashCode = computeHashCode(this); in hashCode()189 return mHashCode; in hashCode()
16 private int mHashCode; field in PackageUserKey33 mHashCode = Arrays.hashCode(new Object[] {packageName, user}); in update()50 return mHashCode; in hashCode()
203 private final int mHashCode; field in Key241 mHashCode = computeHashCode(this); in Key()406 mHashCode = computeHashCode(this); in Key()438 mHashCode = key.mHashCode; in Key()513 if (mHashCode > o.mHashCode) return 1; in compareTo()519 return mHashCode; in hashCode()
86 private final int mHashCode; field in KeyboardId102 mHashCode = computeHashCode(this); in KeyboardId()188 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()