Home
last modified time | relevance | path

Searched refs:SUBTYPE_ID_NONE (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java58 public static final int SUBTYPE_ID_NONE = 0; field in SpellCheckerSubtype
91 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()
107 this(nameId, locale, SUBTYPE_LANGUAGE_TAG_NONE, extraValue, SUBTYPE_ID_NONE); in SpellCheckerSubtype()
120 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()
209 if (subtype.mSubtypeId != SUBTYPE_ID_NONE || mSubtypeId != SUBTYPE_ID_NONE) { in equals()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java78 public static final int SUBTYPE_ID_NONE = 0; field in InputMethodSubtype
230 private int mSubtypeId = SUBTYPE_ID_NONE;
365 if (mSubtypeId != SUBTYPE_ID_NONE) { in InputMethodSubtype()
533 if (hashCode() == SUBTYPE_ID_NONE) { in isSuitableForPhysicalKeyboardLayoutMapping()
740 return mSubtypeId != SUBTYPE_ID_NONE; in hasSubtypeId()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DAdditionalSubtypeUtils.java300 InputMethodSubtype.SUBTYPE_ID_NONE); in loadFromFile()
301 if (subtypeId != InputMethodSubtype.SUBTYPE_ID_NONE) { in loadFromFile()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeHandle.java100 subtype != null ? subtype.hashCode() : InputMethodSubtype.SUBTYPE_ID_NONE; in of()
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java168 putSelectedSpellCheckerSubtype(SpellCheckerSubtype.SUBTYPE_ID_NONE); in setCurrentSpellChecker()
516 tsd.getSelectedSpellCheckerSubtype(SpellCheckerSubtype.SUBTYPE_ID_NONE); in getCurrentSpellCheckerSubtype()
529 if (subtypeHashCode == SpellCheckerSubtype.SUBTYPE_ID_NONE in getCurrentSpellCheckerSubtype()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3838 field public static final int SUBTYPE_ID_NONE = 0; // 0x0
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60611 Landroid/view/inputmethod/InputMethodSubtype;->SUBTYPE_ID_NONE:I
62929 Landroid/view/textservice/SpellCheckerSubtype;->SUBTYPE_ID_NONE:I