HomeSort by relevance Sort by last modified time
    Searched refs:mHashCode (Results 1 - 9 of 9) sorted by null

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
Window.java 29 private int mHashCode;
36 this.mHashCode = hashCode;
44 return mHashCode;
48 return Integer.toHexString(mHashCode);
72 return mHashCode == ((Window) other).mHashCode
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Word.java 37 private int mHashCode = 0;
95 if (mHashCode == 0) {
96 mHashCode = computeHashCode(this);
98 return mHashCode;
  /frameworks/base/location/java/android/location/
Country.java 61 private int mHashCode;
176 int hash = mHashCode;
181 mHashCode = hash;
183 return mHashCode;
  /frameworks/base/core/java/android/content/pm/
Signature.java 36 private int mHashCode;
172 return mHashCode;
174 mHashCode = Arrays.hashCode(mSignature);
176 return mHashCode;
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 85 private final int mHashCode;
142 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName);
188 mHashCode = src.readInt();
243 dest.writeInt(mHashCode);
260 return ((SuggestionSpan)o).hashCode() == mHashCode;
267 return mHashCode;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 78 private final int mHashCode;
98 mHashCode = computeHashCode(this);
190 return mHashCode;
Key.java 165 private final int mHashCode;
211 mHashCode = computeHashCode(this);
367 mHashCode = computeHashCode(this);
433 if (mHashCode > o.mHashCode) return 1;
439 return mHashCode;
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 366 milliseconds