Searched refs:assertFormatType (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | LanguageOnSpacebarUtilsTests.java | 101 private static void assertFormatType(final RichInputMethodSubtype subtype, in assertFormatType() method in LanguageOnSpacebarUtilsTests 113 assertFormatType(EN_US_QWERTY, true, Locale.US, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled() 116 assertFormatType(EN_GB_QWERTY, true, Locale.UK, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled() 119 assertFormatType(FR_AZERTY, true, Locale.FRANCE, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled() 122 assertFormatType(FR_CA_QWERTY, true, Locale.CANADA_FRENCH, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled() 149 assertFormatType(IW_HEBREW, true, Locale_IW, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeImplicitlyEnabledWithNoLanguageSubtype() 151 assertFormatType(ZZ_QWERTY, true, Locale_IW, FORMAT_TYPE_FULL_LOCALE); in testOneSubtypeImplicitlyEnabledWithNoLanguageSubtype() 177 assertFormatType(EN_US_QWERTY, false, Locale.US, FORMAT_TYPE_FULL_LOCALE); in testMultiSubtypeWithSameLanuageAndSameLayout() 178 assertFormatType(EN_GB_QWERTY, false, Locale.US, FORMAT_TYPE_FULL_LOCALE); in testMultiSubtypeWithSameLanuageAndSameLayout() 180 assertFormatType(ZZ_QWERTY, false, Locale.US, FORMAT_TYPE_FULL_LOCALE); in testMultiSubtypeWithSameLanuageAndSameLayout() [all …]
|