Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetActionLabelKlpTests.java43 doTestActionKeyLabelResId(tag, subtype, EditorInfo.IME_ACTION_GO, in testActionGo()
52 doTestActionKeyLabelResId(tag, subtype, EditorInfo.IME_ACTION_SEND, in testActionSend()
61 doTestActionKeyLabelResId(tag, subtype, EditorInfo.IME_ACTION_NEXT, in testActionNext()
70 doTestActionKeyLabelResId(tag, subtype, EditorInfo.IME_ACTION_DONE, in testActionDone()
79 doTestActionKeyLabelResId(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, in testActionPrevious()
DKeyboardLayoutSetActionLabelBase.java83 protected void doTestActionKeyLabelResId(final String tag, final InputMethodSubtype subtype, in doTestActionKeyLabelResId() method in KeyboardLayoutSetActionLabelBase