HomeSort by relevance Sort by last modified time
    Searched refs:subtypeHashCode (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 485 public static boolean isValidSubtypeId(InputMethodInfo imi, int subtypeHashCode) {
486 return getSubtypeIdFromHashCode(imi, subtypeHashCode) != NOT_A_SUBTYPE_ID;
489 public static int getSubtypeIdFromHashCode(InputMethodInfo imi, int subtypeHashCode) {
494 if (subtypeHashCode == ims.hashCode()) {
    [all...]
InputMethodSubtypeSwitchingController.java 230 final String subtypeHashCode = String.valueOf(subtype.hashCode());
232 if (enabledSubtypeSet.contains(subtypeHashCode)
244 enabledSubtypeSet.remove(subtypeHashCode);
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 462 final int subtypeHashCode;
466 subtypeHashCode =
469 Slog.w(TAG, "getCurrentSpellCheckerSubtype: " + subtypeHashCode);
480 if (subtypeHashCode == SpellCheckerSubtype.SUBTYPE_ID_NONE
485 if (subtypeHashCode == 0) {
507 if (subtypeHashCode == 0) {
518 } else if (scs.hashCode() == subtypeHashCode) {
    [all...]
InputMethodManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 3444 milliseconds