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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java 164 public static String getSubtypeLocaleDisplayName(final String localeString) {
313 return getSubtypeLocaleDisplayName(subtype.getLocale());
322 return getSubtypeLocaleDisplayName(locale.getLanguage());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java 103 SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale());
253 SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale());
272 SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale()),

Completed in 1840 milliseconds