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

  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 52 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
62 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
170 private static int hashCodeInternal(String locale, String extraValue) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 97 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue,
113 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue,
300 private static int hashCodeInternal(String locale, String mode, String extraValue,
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 144 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName);
263 private static int hashCodeInternal(String[] suggestions, String locale,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodSubtypeCompatWrapper.java 177 return hashCodeInternal(mDummyNameResId, mDummyIconResId, mDummyLocale,
183 private static int hashCodeInternal(int nameResId, int iconResId, String locale,

Completed in 79 milliseconds