Home
last modified time | relevance | path

Searched defs:subtypeHashCode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java437 public static boolean isValidSubtypeId(InputMethodInfo imi, int subtypeHashCode) { in isValidSubtypeId()
441 public static int getSubtypeIdFromHashCode(InputMethodInfo imi, int subtypeHashCode) { in getSubtypeIdFromHashCode()
1204 final String subtypeHashCode = in getLastSubtypeForInputMethodLockedInternal() local
1222 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
1355 final int subtypeHashCode = getSelectedInputMethodSubtypeHashCode(); in getSelectedInputMethodSubtypeId() local
DInputMethodSubtypeSwitchingController.java236 final String subtypeHashCode = String.valueOf(subtype.hashCode()); in getSortedInputMethodAndSubtypeList() local
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java463 final int subtypeHashCode; in getCurrentSpellCheckerSubtype() local