Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A 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
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSubtypeUtils.java106 static boolean isValidSubtypeId(InputMethodInfo imi, int subtypeHashCode) { in isValidSubtypeId()
110 static int getSubtypeIdFromHashCode(InputMethodInfo imi, int subtypeHashCode) { in getSubtypeIdFromHashCode()
H A DInputMethodUtils.java636 final String subtypeHashCode = in getLastSubtypeForInputMethodLockedInternal() local
654 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
811 final int subtypeHashCode = getSelectedInputMethodSubtypeHashCode(); in getSelectedInputMethodSubtypeId() local
846 final int subtypeHashCode = getSelectedInputMethodSubtypeHashCode(); in getCurrentInputMethodSubtypeForNonCurrentUsers() local
H A DInputMethodSubtypeSwitchingController.java216 final String subtypeHashCode = String.valueOf(subtype.hashCode()); in getSortedInputMethodAndSubtypeList() local
H A DInputMethodManagerService.java5523 String subtypeHashCode = mSettings.getLastSubtypeForInputMethodLocked(newDefaultIme); in resetSelectedInputMethodAndSubtypeLocked() local
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java507 final int subtypeHashCode; in getCurrentSpellCheckerSubtype() local