Home
last modified time | relevance | path

Searched refs:enterKey (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetActionLabelBase.java77 final Key enterKey = keyboard.getKey(Constants.CODE_ENTER); in doTestActionKey() local
78 assertNotNull(tag + " enter key on " + keyboard.mId, enterKey); in doTestActionKey()
79 assertEquals(tag + " enter label " + enterKey, label, enterKey.getLabel()); in doTestActionKey()
80 assertEquals(tag + " enter icon " + enterKey, iconId, enterKey.getIconId()); in doTestActionKey()