Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeySpecParserTests.java40 private static final String CODE_SETTINGS = "!code/key_settings"; field in KeySpecParserTests
42 private static final String CODE_SETTINGS_UPPERCASE = CODE_SETTINGS.toUpperCase(Locale.ROOT);
68 CODE_SETTINGS, mCodesSet, CODE_UNSPECIFIED); in setUp()
163 assertParser("Single letter with code", "a|" + CODE_SETTINGS, in testSingleLetter()
225 assertParser("Label with code", "abc|" + CODE_SETTINGS, in testLabel()
227 assertParser("Escaped label with code", "a\\|c|" + CODE_SETTINGS, in testLabel()
240 assertParser("Label starts with bang and code", "!bc|" + CODE_SETTINGS, in testIconAndCode()
242 assertParser("Label contains bang and code", "a!c|" + CODE_SETTINGS, in testIconAndCode()
244 assertParser("Escaped bang label with code", "\\!bc|" + CODE_SETTINGS, in testIconAndCode()
246 assertParser("Icon with code", ICON_SETTINGS + "|" + CODE_SETTINGS, in testIconAndCode()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DConstants.java193 public static final int CODE_SETTINGS = -6; field in Constants
214 case CODE_SETTINGS: return "settings"; in printableCode()
DLatinIME.java1652 case Constants.CODE_SETTINGS: in onCodeInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardCodesSet.java87 Constants.CODE_SETTINGS,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java68 mKeyCodeMap.put(Constants.CODE_SETTINGS, R.string.spoken_description_settings); in initInternal()