Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DSubtypeLocaleTests.java253 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(EN_US)); in testPredefinedSubtypesInEnglishSystemLocale()
255 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(EN_GB)); in testPredefinedSubtypesInEnglishSystemLocale()
257 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(ES_US)); in testPredefinedSubtypesInEnglishSystemLocale()
259 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(FR)); in testPredefinedSubtypesInEnglishSystemLocale()
261 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(FR_CA)); in testPredefinedSubtypesInEnglishSystemLocale()
263 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(DE)); in testPredefinedSubtypesInEnglishSystemLocale()
265 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(ZZ)); in testPredefinedSubtypesInEnglishSystemLocale()
277 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(FR_QWERTZ)); in testAdditionalSubtypesInEnglishSystemLocale()
279 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(DE_QWERTY)); in testAdditionalSubtypesInEnglishSystemLocale()
281 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(EN_US_AZERTY)); in testAdditionalSubtypesInEnglishSystemLocale()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DAdditionalSubtypeSettings.java105 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype))); in SubtypeLocaleAdapter()
208 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype); in setSubtype()
500 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype)); in showSubtypeAlreadyExistsToast()
DSubtypeLocale.java215 public static String getSubtypeDisplayNameInSystemLocale(final InputMethodSubtype subtype) { in getSubtypeDisplayNameInSystemLocale() method in SubtypeLocale
DSettingsFragment.java290 styles.append(SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype)); in updateCustomInputStylesSummary()