Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeHandle.java79 private static String encodeHandle(@NonNull String imeId, int subtypeHashCode) { in encodeHandle()
99 final int subtypeHashCode = in of() local
144 final int subtypeHashCode; in of() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSettings.java383 final String subtypeHashCode = in getLastSubtypeForInputMethodInternal() local
402 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtype()
559 final int subtypeHashCode = getSelectedInputMethodSubtypeHashCode(); in getSelectedInputMethodSubtypeId() local
594 final int subtypeHashCode = getSelectedInputMethodSubtypeHashCode(); in getCurrentInputMethodSubtypeForNonCurrentUsers() local
DSubtypeUtils.java105 static boolean isValidSubtypeHashCode(InputMethodInfo imi, int subtypeHashCode) { in isValidSubtypeHashCode()
109 static int getSubtypeIdFromHashCode(InputMethodInfo imi, int subtypeHashCode) { in getSubtypeIdFromHashCode()
DInputMethodSubtypeSwitchingController.java200 final String subtypeHashCode = String.valueOf(subtype.hashCode()); in getSortedInputMethodAndSubtypeList() local
DInputMethodManagerService.java5496 String subtypeHashCode = settings.getLastSubtypeForInputMethod(newDefaultIme); in resetSelectedInputMethodAndSubtypeLocked() local
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java507 final int subtypeHashCode; in getCurrentSpellCheckerSubtype() local