Home
last modified time | relevance | path

Searched defs:hasSameKeyOutput (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyOutput.java46 abstract boolean hasSameKeyOutput(final String text); in hasSameKeyOutput() method in ExpectedKeyOutput
47 abstract boolean hasSameKeyOutput(final Key key); in hasSameKeyOutput() method in ExpectedKeyOutput
48 abstract boolean hasSameKeyOutput(final MoreKeySpec moreKeySpec); in hasSameKeyOutput() method in ExpectedKeyOutput
49 abstract boolean hasSameKeyOutput(final ExpectedKeyOutput output); in hasSameKeyOutput() method in ExpectedKeyOutput
78 boolean hasSameKeyOutput(final String text) { in hasSameKeyOutput() method in ExpectedKeyOutput.Code
83 boolean hasSameKeyOutput(final Key key) { in hasSameKeyOutput() method in ExpectedKeyOutput.Code
88 boolean hasSameKeyOutput(final MoreKeySpec moreKeySpec) { in hasSameKeyOutput() method in ExpectedKeyOutput.Code
93 boolean hasSameKeyOutput(final ExpectedKeyOutput output) { in hasSameKeyOutput() method in ExpectedKeyOutput.Code
133 boolean hasSameKeyOutput(final String text) { in hasSameKeyOutput() method in ExpectedKeyOutput.Text
138 boolean hasSameKeyOutput(final Key key) { in hasSameKeyOutput() method in ExpectedKeyOutput.Text
[all …]