OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeySpecParserError
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java
107
throw new
KeySpecParserError
("Empty label");
137
throw new
KeySpecParserError
("Multiple " + VERTICAL_BAR + ": " + keySpec);
143
// TODO: Throw {@link
KeySpecParserError
} once Key.keyLabel attribute becomes mandatory.
152
throw new
KeySpecParserError
("Empty label: " + keySpec);
169
// TODO: Throw {@link
KeySpecParserError
} once Key.keyLabel attribute becomes mandatory.
184
throw new
KeySpecParserError
("Empty outputText: " + keySpec);
190
throw new
KeySpecParserError
("Empty label: " + keySpec);
198
// TODO: Throw {@link
KeySpecParserError
} once Key.keyLabel attribute becomes mandatory.
217
throw new
KeySpecParserError
("Empty label: " + keySpec);
240
// TODO: Throw {@link
KeySpecParserError
} once Key.keyLabel attribute becomes mandatory
[
all
...]
MoreKeySpec.java
58
throw new KeySpecParser.
KeySpecParserError
("Empty more key spec");
Completed in 35 milliseconds