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

  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 450 public static boolean isValidSubtypeId(InputMethodInfo imi, int subtypeHashCode) {
451 return getSubtypeIdFromHashCode(imi, subtypeHashCode) != NOT_A_SUBTYPE_ID;
454 public static int getSubtypeIdFromHashCode(InputMethodInfo imi, int subtypeHashCode) {
459 if (subtypeHashCode == ims.hashCode()) {
    [all...]
InputMethodSubtypeSwitchingController.java 236 final String subtypeHashCode = String.valueOf(subtype.hashCode());
238 if (enabledSubtypeSet.contains(subtypeHashCode)
250 enabledSubtypeSet.remove(subtypeHashCode);
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 514 final int subtypeHashCode;
523 subtypeHashCode =
526 Slog.w(TAG, "getCurrentSpellCheckerSubtype: " + subtypeHashCode);
537 if (subtypeHashCode == SpellCheckerSubtype.SUBTYPE_ID_NONE
542 if (subtypeHashCode == 0) {
564 if (subtypeHashCode == 0) {
575 } 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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 74 milliseconds