Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java405 static boolean isValidSubtypeId(InputMethodInfo imi, int subtypeHashCode) { in isValidSubtypeId()
409 static int getSubtypeIdFromHashCode(InputMethodInfo imi, int subtypeHashCode) { in getSubtypeIdFromHashCode()
1113 final String subtypeHashCode = in getLastSubtypeForInputMethodLockedInternal() local
1131 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
1264 final int subtypeHashCode = getSelectedInputMethodSubtypeHashCode(); in getSelectedInputMethodSubtypeId() local
DInputMethodSubtypeSwitchingController.java214 final String subtypeHashCode = String.valueOf(subtype.hashCode()); in getSortedInputMethodAndSubtypeList() local
DInputMethodManagerService.java4368 String subtypeHashCode = mSettings.getLastSubtypeForInputMethodLocked(newDefaultIme); in resetSelectedInputMethodAndSubtypeLocked() local
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java535 final int subtypeHashCode; in getCurrentSpellCheckerSubtype() local