Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeySpecParserTestsBase.java39 private static final String CODE_NON_EXISTING = PREFIX_CODE + "non_existing"; field in KeySpecParserTestsBase
278 assertParserError("Non existing code", "abc|" + CODE_NON_EXISTING, in testFormatError()