Searched defs:expectedKey (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DActionTestsBase.java81 final int elementId, final ExpectedActionKey expectedKey) {
85 assertEquals(tag + " label " + expectedKey, expectedKey.getLabel(), actualKey.getLabel());
86 assertEquals(tag + " icon " + expectedKey, expectedKey.getIconId(), actualKey.getIconId());
90 final int actionId, final ExpectedActionKey expectedKey) {
93 doTestActionKey(tag, subtype, editorInfo, expectedKey);
97 final EditorInfo editorInfo, final ExpectedActionKey expectedKey) {
101 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_ALPHABET, expectedKey);
102 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_SYMBOLS, expectedKey);
80 assertActionKey(final String tag, final KeyboardLayoutSet layoutSet, final int elementId, final ExpectedActionKey expectedKey) argument
89 doTestActionKey(final String tag, final InputMethodSubtype subtype, final int actionId, final ExpectedActionKey expectedKey) argument
96 doTestActionKey(final String tag, final InputMethodSubtype subtype, final EditorInfo editorInfo, final ExpectedActionKey expectedKey) argument
[all...]

Completed in 109 milliseconds