Home
last modified time | relevance | path

Searched defs:subtypeHashCode (Results 1 – 7 of 7) 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/
DSubtypeUtils.java106 static boolean isValidSubtypeId(InputMethodInfo imi, int subtypeHashCode) { in isValidSubtypeId()
110 static int getSubtypeIdFromHashCode(InputMethodInfo imi, int subtypeHashCode) { in getSubtypeIdFromHashCode()
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
DInputMethodSubtypeSwitchingController.java216 final String subtypeHashCode = String.valueOf(subtype.hashCode()); in getSortedInputMethodAndSubtypeList() local
DInputMethodManagerService.java5523 String subtypeHashCode = mSettings.getLastSubtypeForInputMethodLocked(newDefaultIme); in resetSelectedInputMethodAndSubtypeLocked() local
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java507 final int subtypeHashCode; in getCurrentSpellCheckerSubtype() local
/frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/
DCarInputMethodManagerService.java5454 String subtypeHashCode = mSettings.getLastSubtypeForInputMethodLocked(newDefaultIme); in resetSelectedInputMethodAndSubtypeLocked() local