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.java161 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype()); in testAllFullDisplayName()
245 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(EN_US)); in testPredefinedSubtypesInEnglishSystemLocale()
247 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(EN_GB)); in testPredefinedSubtypesInEnglishSystemLocale()
249 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(ES_US)); in testPredefinedSubtypesInEnglishSystemLocale()
251 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(FR)); in testPredefinedSubtypesInEnglishSystemLocale()
253 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(FR_CA)); in testPredefinedSubtypesInEnglishSystemLocale()
255 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(FR_CH)); in testPredefinedSubtypesInEnglishSystemLocale()
257 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(DE)); in testPredefinedSubtypesInEnglishSystemLocale()
259 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(DE_CH)); in testPredefinedSubtypesInEnglishSystemLocale()
261 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(HI)); in testPredefinedSubtypesInEnglishSystemLocale()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputMethodSubtypeTests.java177 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype()); in testAllFullDisplayNameForSpacebar()
193 .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.java122 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