Searched refs:assertActionKey (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | ActionTestsBase.java | 80 private static void assertActionKey(final String tag, final KeyboardLayoutSet layoutSet, in assertActionKey() method in ActionTestsBase 101 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_ALPHABET, expectedKey); in doTestActionKey() 102 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_SYMBOLS, expectedKey); in doTestActionKey() 103 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_SYMBOLS_SHIFTED, expectedKey); in doTestActionKey() 105 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE, expectedKey); in doTestActionKey() 106 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE_SYMBOLS, expectedKey); in doTestActionKey() 108 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_NUMBER, expectedKey); in doTestActionKey() 113 assertActionKey(tag, passwordSet, KeyboardId.ELEMENT_NUMBER, expectedKey); in doTestActionKey()
|