Home
last modified time | relevance | path

Searched refs:getSubtypeDisplayNameInSystemLocale (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtilsTests.java149 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype()); in testAllFullDisplayName()
231 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(EN_US)); in testPredefinedSubtypesInEnglishSystemLocale()
233 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(EN_GB)); in testPredefinedSubtypesInEnglishSystemLocale()
235 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(ES_US)); in testPredefinedSubtypesInEnglishSystemLocale()
237 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(FR)); in testPredefinedSubtypesInEnglishSystemLocale()
239 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(FR_CA)); in testPredefinedSubtypesInEnglishSystemLocale()
241 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(FR_CH)); in testPredefinedSubtypesInEnglishSystemLocale()
243 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(DE)); in testPredefinedSubtypesInEnglishSystemLocale()
245 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(DE_CH)); in testPredefinedSubtypesInEnglishSystemLocale()
247 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(HI)); in testPredefinedSubtypesInEnglishSystemLocale()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputMethodSubtypeTests.java165 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype()); in testAllFullDisplayNameForSpacebar()
180 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype()); in testAllMiddleDisplayNameForSpacebar()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java88 subtypeNames.add(SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(subtype)); in updateCustomInputStylesSummary()
220 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(subtype)); in showSubtypeAlreadyExistsToast()
DCustomInputStylePreference.java101 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(subtype); in setSubtype()
296 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(subtype))); in SubtypeLocaleAdapter()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DMainKeyboardAccessibilityDelegate.java125 final String languageText = SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale( in announceKeyboardLanguage()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtils.java269 public static String getSubtypeDisplayNameInSystemLocale( in getSubtypeDisplayNameInSystemLocale() method in SubtypeLocaleUtils