Searched refs:mHashCode (Results 1 – 5 of 5) 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()
17 private int mHashCode; field in PackageUserKey36 mHashCode = Arrays.hashCode(new Object[] {packageName, user}); in update()54 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()