Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DLanguageOnSpacebarUtilsTests.java43 RichInputMethodSubtype EN_US_QWERTY; field in LanguageOnSpacebarUtilsTests
60 EN_US_QWERTY = findSubtypeOf(Locale.US.toString(), "qwerty"); in setUp()
103 enableSubtypes(EN_US_QWERTY); in testOneSubtypeImplicitlyEnabled()
104 assertFormatType(EN_US_QWERTY, true, Locale.US, FORMAT_TYPE_NONE); in testOneSubtypeImplicitlyEnabled()
117 enableSubtypes(EN_US_QWERTY); in testOneSubtypeExplicitlyEnabled()
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()
144 enableSubtypes(EN_US_QWERTY, FR_AZERTY); in testTwoSubtypesExplicitlyEnabled()
145 assertFormatType(EN_US_QWERTY, false, Locale.US, FORMAT_TYPE_LANGUAGE_ONLY); in testTwoSubtypesExplicitlyEnabled()
147 assertFormatType(EN_US_QWERTY, false, Locale.FRANCE, FORMAT_TYPE_LANGUAGE_ONLY); in testTwoSubtypesExplicitlyEnabled()
[all …]