Home | History | Annotate | Download | only in internal

Lines Matching full:morekeyspec

26 public final class MoreKeySpec {
32 public MoreKeySpec(final String moreKeySpec, boolean needsToUpperCase, final Locale locale,
35 KeySpecParser.getLabel(moreKeySpec), needsToUpperCase, locale);
37 KeySpecParser.getCode(moreKeySpec, codesSet), needsToUpperCase, locale);
46 KeySpecParser.getOutputText(moreKeySpec), needsToUpperCase, locale);
48 mIconId = KeySpecParser.getIconId(moreKeySpec);
64 if (o instanceof MoreKeySpec) {
65 final MoreKeySpec other = (MoreKeySpec)o;