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.java155 * Arrays.hashCode(new Object[] {locale, mode, extraValue,
201 String mode, String extraValue, boolean isAuxiliary,
208 builder.mSubtypeExtraValue = extraValue;
223 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
225 this(nameId, iconId, locale, mode, extraValue, isAuxiliary,
239 * @param extraValue The extra value of the subtype. This string is free-form, but the API
257 * Arrays.hashCode(new Object[] {locale, mode, extraValue,
260 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
262 this(getBuilder(nameId, iconId, locale, mode, extraValue, isAuxiliary,
522 private static int hashCodeInternal(String locale, String mode, String extraValue, argument
200 getBuilder(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) argument
[all...]

Completed in 137 milliseconds