Home | History | Annotate | Download | only in internal

Lines Matching defs:CODE_SETTINGS

36     private static final String CODE_SETTINGS = "!code/key_settings";
38 private static final String CODE_SETTINGS_UPPERCASE = CODE_SETTINGS.toUpperCase();
57 CODE_SETTINGS, mCodesSet, CODE_UNSPECIFIED);
152 assertParser("Single letter with code", "a|" + CODE_SETTINGS,
214 assertParser("Label with code", "abc|" + CODE_SETTINGS,
216 assertParser("Escaped label with code", "a\\|c|" + CODE_SETTINGS,
229 assertParser("Label starts with bang and code", "!bc|" + CODE_SETTINGS,
231 assertParser("Label contains bang and code", "a!c|" + CODE_SETTINGS,
233 assertParser("Escaped bang label with code", "\\!bc|" + CODE_SETTINGS,
235 assertParser("Icon with code", ICON_SETTINGS + "|" + CODE_SETTINGS,
256 assertParserError("Empty label with code", "|" + CODE_SETTINGS,
274 assertParserError("Multiple bar with label and code", "a|" + CODE_SETTINGS + "|c",
279 ICON_SETTINGS + "|" + CODE_SETTINGS + "|c",