Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DKlpActionLabelTests.java41 doTestActionKey( in doTestActionKeys()
43 doTestActionKey(tag + " none", subtype, EditorInfo.IME_ACTION_NONE, noneKey); in doTestActionKeys()
44 doTestActionKey(tag + " go", subtype, EditorInfo.IME_ACTION_GO, goKey); in doTestActionKeys()
45 doTestActionKey(tag + " search", subtype, EditorInfo.IME_ACTION_SEARCH, searchKey); in doTestActionKeys()
46 doTestActionKey(tag + " send", subtype, EditorInfo.IME_ACTION_SEND, sendKey); in doTestActionKeys()
47 doTestActionKey(tag + " next", subtype, EditorInfo.IME_ACTION_NEXT, nextKey); in doTestActionKeys()
48 doTestActionKey(tag + " done", subtype, EditorInfo.IME_ACTION_DONE, doneKey); in doTestActionKeys()
49 doTestActionKey(tag + " previous", subtype, EditorInfo.IME_ACTION_PREVIOUS, previousKey); in doTestActionKeys()
H A DActionTestsBase.java89 protected void doTestActionKey(final String tag, final InputMethodSubtype subtype, in doTestActionKey() method in ActionTestsBase
93 doTestActionKey(tag, subtype, editorInfo, expectedKey); in doTestActionKey()
96 protected void doTestActionKey(final String tag, final InputMethodSubtype subtype, in doTestActionKey() method in ActionTestsBase
H A DKlpActionCustomTests.java34 doTestActionKey(tag, subtype, editorInfo, expectedKey); in testActionCustom()
H A DKlpActionNoneTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey); in testActionNone()
H A DKlpActionSearchTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey); in testActionSearch()
H A DKlpActionUnspecifiedTests.java34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey); in testActionUnspecified()
H A DLxxActionCustomTests.java34 doTestActionKey(tag, subtype, editorInfo, expectedKey); in testActionCustom()
H A DLxxActionDoneTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey); in testActionDone()
H A DLxxActionGoTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey); in testActionGo()
H A DLxxActionNextTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey); in testActionNext()
H A DLxxActionNoneTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey); in testActionNone()
H A DLxxActionPreviousTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey); in testActionPrevious()
H A DLxxActionSearchTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey); in testActionSearch()
H A DLxxActionSendTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey); in testActionSend()
H A DLxxActionUnspecifiedTests.java34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey); in testActionUnspecified()
H A DKlpActionDoneTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey); in testActionDone()
H A DKlpActionGoTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey); in testActionGo()
H A DKlpActionNextTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey); in testActionNext()
H A DKlpActionPreviousTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey); in testActionPrevious()
H A DKlpActionSendTests.java33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey); in testActionSend()