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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SubtypeLocaleTests.java 92 final String subtypeName = SubtypeLocale.getSubtypeDisplayName(subtype);
135 SubtypeLocale.getSubtypeDisplayName(EN_US));
137 SubtypeLocale.getSubtypeDisplayName(EN_GB));
139 SubtypeLocale.getSubtypeDisplayName(ES_US));
141 SubtypeLocale.getSubtypeDisplayName(FR));
143 SubtypeLocale.getSubtypeDisplayName(FR_CA));
145 SubtypeLocale.getSubtypeDisplayName(DE));
147 SubtypeLocale.getSubtypeDisplayName(ZZ));
159 SubtypeLocale.getSubtypeDisplayName(FR_QWERTZ));
161 SubtypeLocale.getSubtypeDisplayName(DE_QWERTY))
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
SpacebarTextTests.java 84 final String subtypeName = SubtypeLocale.getSubtypeDisplayName(subtype);
98 final String subtypeName = SubtypeLocale.getSubtypeDisplayName(subtype);
113 final String subtypeName = SubtypeLocale.getSubtypeDisplayName(subtype);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 158 Log.w(TAG, "onSubtypeChanged: " + SubtypeLocale.getSubtypeDisplayName(newSubtype));
RichInputMethodManager.java 137 + SubtypeLocale.getSubtypeDisplayName(currentSubtype));
SubtypeLocale.java 220 public static String getSubtypeDisplayName(final InputMethodSubtype subtype) {

Completed in 48 milliseconds