Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtilsTests.java53 InputMethodSubtype ZZ_AZERTY; field in SubtypeLocaleUtilsTests
100 ZZ_AZERTY = AdditionalSubtypeUtils.createAsciiEmojiCapableAdditionalSubtype( in setUp()
142 SubtypeLocaleUtils.getKeyboardLayoutSetName(ZZ_AZERTY)); in testKeyboardLayoutSetName()
208 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(ZZ_AZERTY)); in testAdditionalSubtypesInEnglishSystemLocale()
280 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(ZZ_AZERTY)); in testAdditionalSubtypesInFrenchSystemLocale()
DSpacebarLanguagetUtilsTests.java53 InputMethodSubtype ZZ_AZERTY; field in SpacebarLanguagetUtilsTests
100 ZZ_AZERTY = AdditionalSubtypeUtils.createAsciiEmojiCapableAdditionalSubtype( in setUp()
214 SpacebarLanguageUtils.getFullDisplayName(ZZ_AZERTY));
229 SpacebarLanguageUtils.getMiddleDisplayName(ZZ_AZERTY));
DAdditionalSubtypeUtilsTests.java157 final InputMethodSubtype ZZ_AZERTY = in testRestorable() local
161 assertAzerty(ZZ_AZERTY); in testRestorable()
164 final InputMethodSubtype[] subtypes = { EN_UK_DVORAK, ZZ_AZERTY }; in testRestorable()