Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DLanguageOnSpacebarUtilsTests.java101 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()
128 assertFormatType(EN_US_QWERTY, false, Locale.UK, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
129 assertFormatType(EN_US_QWERTY, false, Locale.FRANCE, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
132 assertFormatType(EN_GB_QWERTY, false, Locale.US, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
133 assertFormatType(EN_GB_QWERTY, false, Locale.FRANCE, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
136 assertFormatType(FR_AZERTY, false, Locale.US, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
[all …]