HomeSort by relevance Sort by last modified time
    Searched refs:MoreKeySpecParserError (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecParser.java 58 throw new MoreKeySpecParserError("outputText or code not specified: " + moreKeySpec);
92 throw new MoreKeySpecParserError(LABEL_END + " at " + start + ": " + moreKeySpec);
114 throw new MoreKeySpecParserError("Empty label: " + moreKeySpec);
124 throw new MoreKeySpecParserError("Multiple " + LABEL_END + ": "
129 throw new MoreKeySpecParserError("Empty outputText: " + moreKeySpec);
133 throw new MoreKeySpecParserError("Empty label: " + moreKeySpec);
144 throw new MoreKeySpecParserError("Multiple " + LABEL_END + ": " + moreKeySpec);
177 throw new MoreKeySpecParserError("Unknown resource: " + name);
182 public static class MoreKeySpecParserError extends RuntimeException {
183 public MoreKeySpecParserError(String message)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecParserTests.java 69 } catch (MoreKeySpecParser.MoreKeySpecParserError pcpe) {

Completed in 468 milliseconds