Searched defs:extraValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java52 * @param extraValue The extra value of the subtype
54 public SpellCheckerSubtype(int nameId, String locale, String extraValue) { argument
57 mSubtypeExtraValue = extraValue != null ? extraValue : "";
219 private static int hashCodeInternal(String locale, String extraValue) { argument
220 return Arrays.hashCode(new Object[] {locale, extraValue});
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java152 * Arrays.hashCode(new Object[] {locale, mode, extraValue,
198 String mode, String extraValue, boolean isAuxiliary,
205 builder.mSubtypeExtraValue = extraValue;
220 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
222 this(nameId, iconId, locale, mode, extraValue, isAuxiliary, false);
232 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
234 this(nameId, iconId, locale, mode, extraValue, isAuxiliary,
248 * @param extraValue The extra value of the subtype. This string is free-form, but the API
266 * Arrays.hashCode(new Object[] {locale, mode, extraValue,
269 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
197 getBuilder(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) argument
534 hashCodeInternal(String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable) argument
[all...]

Completed in 35 milliseconds