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.java93 private static void assertFormatType(final RichInputMethodSubtype subtype, in assertFormatType() method in LanguageOnSpacebarUtilsTests
104 assertFormatType(EN_US_QWERTY, true, Locale.US, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled()
107 assertFormatType(EN_GB_QWERTY, true, Locale.UK, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled()
110 assertFormatType(FR_AZERTY, true, Locale.FRANCE, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled()
113 assertFormatType(FR_CA_QWERTY, true, Locale.CANADA_FRENCH, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled()
118 assertFormatType(EN_US_QWERTY, false, Locale.UK, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
119 assertFormatType(EN_US_QWERTY, false, Locale.FRANCE, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
122 assertFormatType(EN_GB_QWERTY, false, Locale.US, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
123 assertFormatType(EN_GB_QWERTY, false, Locale.FRANCE, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
126 assertFormatType(FR_AZERTY, false, Locale.US, FORMAT_TYPE_LANGUAGE_ONLY); in testOneSubtypeExplicitlyEnabled()
[all …]