Home | History | Annotate | Download | only in utils

Lines Matching refs:subtype

86             final InputMethodSubtype subtype = imi.getSubtypeAt(index);
87 mSubtypesList.add(new RichInputMethodSubtype(subtype));
147 for (final RichInputMethodSubtype subtype : mSubtypesList) {
149 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype());
150 if (subtype.isNoLanguage()) {
152 .getKeyboardLayoutSetDisplayName(subtype.getRawSubtype());
156 .getSubtypeLocaleDisplayNameInSystemLocale(subtype.getLocale().toString());
466 for (final RichInputMethodSubtype subtype : mSubtypesList) {
467 final InputMethodSubtype rawSubtype = subtype.getRawSubtype();
472 assertTrue(subtypeName, subtype.isRtlSubtype());
474 assertFalse(subtypeName, subtype.isRtlSubtype());