Searched refs:containsExtraValueKey (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodButton.java108 && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) {
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java74 * {@link #containsExtraValueKey} and {@link #getExtraValueOf}.
100 * {@link #containsExtraValueKey} and {@link #getExtraValueOf}.
130 * {@link #containsExtraValueKey} and {@link #getExtraValueOf}.
262 containsExtraValueKey(EXTRA_KEY_UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME)
307 public boolean containsExtraValueKey(String key) { method in class:InputMethodSubtype
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java118 public boolean containsExtraValueKey(String key) { method in class:SpellCheckerSubtype
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java619 && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) {
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1469 && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) {
3032 if (keyboardSubtype != null && !keyboardSubtype.containsExtraValueKey(TAG_ASCII_CAPABLE)) {
3036 if (SUBTYPE_MODE_KEYBOARD.equals(mode) && subtype.containsExtraValueKey(

Completed in 150 milliseconds