Searched refs:mCodeSettings (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
H A D | KeySpecParserTestsBase.java | 42 private int mCodeSettings; field in KeySpecParserTestsBase 139 "a", null, ICON_UNDEFINED, mCodeSettings); in testSingleLetter() 201 "abc", null, ICON_UNDEFINED, mCodeSettings); in testLabel() 203 "a|c", null, ICON_UNDEFINED, mCodeSettings); in testLabel() 244 "!bc", null, ICON_UNDEFINED, mCodeSettings); in testIcons() 246 "a!c", null, ICON_UNDEFINED, mCodeSettings); in testIcons() 248 "!bc", null, ICON_UNDEFINED, mCodeSettings); in testIcons() 269 null, null, ICON_UNDEFINED, mCodeSettings); in testFormatError() 285 "a", null, ICON_UNDEFINED, mCodeSettings); in testFormatError() 327 null, null, ICON_UNDEFINED, mCodeSettings); in testUselessUpperCaseSpecifier() [all …]
|