Home
last modified time | relevance | path

Searched refs:languageName (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSpacebarLanguagetUtilsTests.java111 final String languageName = SubtypeLocaleUtils in testAllFullDisplayNameForSpacebar() local
114 assertFalse(subtypeName, spacebarText.contains(languageName)); in testAllFullDisplayNameForSpacebar()
116 assertTrue(subtypeName, spacebarText.contains(languageName)); in testAllFullDisplayNameForSpacebar()
DSubtypeLocaleUtilsTests.java115 final String languageName = SubtypeLocaleUtils in testAllFullDisplayName() local
117 assertTrue(subtypeName, subtypeName.contains(languageName)); in testAllFullDisplayName()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/debug/
DExternalDictionaryGetterForDebug.java109 final String languageName = LocaleUtils.constructLocaleFromString(locale) in askInstallFile() local
113 languageName); in askInstallFile()