/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
H A D | KlpActionLabelTests.java | 41 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 D | ActionTestsBase.java | 89 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 D | KlpActionCustomTests.java | 34 doTestActionKey(tag, subtype, editorInfo, expectedKey); in testActionCustom()
|
H A D | KlpActionNoneTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey); in testActionNone()
|
H A D | KlpActionSearchTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey); in testActionSearch()
|
H A D | KlpActionUnspecifiedTests.java | 34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey); in testActionUnspecified()
|
H A D | LxxActionCustomTests.java | 34 doTestActionKey(tag, subtype, editorInfo, expectedKey); in testActionCustom()
|
H A D | LxxActionDoneTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey); in testActionDone()
|
H A D | LxxActionGoTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey); in testActionGo()
|
H A D | LxxActionNextTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey); in testActionNext()
|
H A D | LxxActionNoneTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey); in testActionNone()
|
H A D | LxxActionPreviousTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey); in testActionPrevious()
|
H A D | LxxActionSearchTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey); in testActionSearch()
|
H A D | LxxActionSendTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey); in testActionSend()
|
H A D | LxxActionUnspecifiedTests.java | 34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey); in testActionUnspecified()
|
H A D | KlpActionDoneTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey); in testActionDone()
|
H A D | KlpActionGoTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey); in testActionGo()
|
H A D | KlpActionNextTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey); in testActionNext()
|
H A D | KlpActionPreviousTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey); in testActionPrevious()
|
H A D | KlpActionSendTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey); in testActionSend()
|