D | InputMethodSubtype.java | 220 String mode, String extraValue, boolean isAuxiliary, in getBuilder() argument 227 builder.mSubtypeExtraValue = extraValue; in getBuilder() 243 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() argument 245 this(nameId, iconId, locale, mode, extraValue, isAuxiliary, in InputMethodSubtype() 281 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() argument 283 this(getBuilder(nameId, iconId, locale, mode, extraValue, isAuxiliary, in InputMethodSubtype() 652 private static int hashCodeInternal(String locale, String mode, String extraValue, in hashCodeInternal() argument 659 return Arrays.hashCode(new Object[] {locale, mode, extraValue, isAuxiliary, in hashCodeInternal() 662 return Arrays.hashCode(new Object[] {locale, mode, extraValue, isAuxiliary, in hashCodeInternal()
|