HomeSort by relevance Sort by last modified time
    Searched defs:subtypeName (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 185 final CharSequence subtypeName = context.getPackageManager().getText(
187 if (!TextUtils.isEmpty(subtypeName)) {
188 return String.format(subtypeName.toString(), localeStr);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 403 final CharSequence subtypeName = context.getPackageManager().getText(
405 if (!TextUtils.isEmpty(subtypeName)) {
412 subtypeName.toString(), replacementString != null ? replacementString : "");
414 Slog.w(TAG, "Found illegal format in subtype name("+ subtypeName + "): " + e);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputMethodSubtypeTests.java 164 final String subtypeName = SubtypeLocaleUtils
170 assertFalse(subtypeName, spacebarText.contains(languageName));
172 assertTrue(subtypeName, spacebarText.contains(languageName));
179 final String subtypeName = SubtypeLocaleUtils
191 assertEquals(subtypeName, SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(
194 assertEquals(subtypeName,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java 148 final String subtypeName = SubtypeLocaleUtils
153 assertTrue(subtypeName, subtypeName.contains(layoutName));
157 assertTrue(subtypeName, subtypeName.contains(languageName));
468 final String subtypeName = SubtypeLocaleUtils
472 assertTrue(subtypeName, subtype.isRtlSubtype());
474 assertFalse(subtypeName, subtype.isRtlSubtype());
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 138 milliseconds