Searched refs:mCodeSettings (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeySpecParserTestsBase.java | 42 private int mCodeSettings; field in KeySpecParserTestsBase 51 mCodeSettings = KeyboardCodesSet.getCode(CODE_SETTINGS_NAME); in setUp() 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() 250 null, null, mSettingsIconId, mCodeSettings); in testIcons() 255 null, null, mSettingsIconId, mCodeSettings); in testResourceReference() [all …]
|