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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeLocale.java 38 public static String getFullDisplayName(Locale locale) {
Utils.java 744 public static String getFullDisplayName(Locale locale, boolean returnsNameInThisLocale) {
746 return toTitleCase(SubtypeLocale.getFullDisplayName(locale), locale);
753 return toTitleCase(SubtypeLocale.getFullDisplayName(locale), locale);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
RecognitionView.java 225 mLanguage.setText(Utils.getFullDisplayName(locale, true));

Completed in 215 milliseconds