HomeSort by relevance Sort by last modified time
    Searched refs:doTestActionKey (Results 1 - 20 of 20) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionCustomTests.java 34 doTestActionKey(tag, subtype, editorInfo, expectedKey);
KlpActionNoneTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
KlpActionSearchTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
KlpActionUnspecifiedTests.java 34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
LxxActionCustomTests.java 34 doTestActionKey(tag, subtype, editorInfo, expectedKey);
LxxActionDoneTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey);
LxxActionGoTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey);
LxxActionNextTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
LxxActionNoneTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
LxxActionPreviousTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey);
LxxActionSearchTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
LxxActionSendTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey);
LxxActionUnspecifiedTests.java 34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
KlpActionLabelTests.java 41 doTestActionKey(
43 doTestActionKey(tag + " none", subtype, EditorInfo.IME_ACTION_NONE, noneKey);
44 doTestActionKey(tag + " go", subtype, EditorInfo.IME_ACTION_GO, goKey);
45 doTestActionKey(tag + " search", subtype, EditorInfo.IME_ACTION_SEARCH, searchKey);
46 doTestActionKey(tag + " send", subtype, EditorInfo.IME_ACTION_SEND, sendKey);
47 doTestActionKey(tag + " next", subtype, EditorInfo.IME_ACTION_NEXT, nextKey);
48 doTestActionKey(tag + " done", subtype, EditorInfo.IME_ACTION_DONE, doneKey);
49 doTestActionKey(tag + " previous", subtype, EditorInfo.IME_ACTION_PREVIOUS, previousKey);
KlpActionDoneTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey);
KlpActionGoTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey);
KlpActionNextTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
KlpActionPreviousTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey);
KlpActionSendTests.java 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey);
ActionTestsBase.java 89 protected void doTestActionKey(final String tag, final InputMethodSubtype subtype,
93 doTestActionKey(tag, subtype, editorInfo, expectedKey);
96 protected void doTestActionKey(final String tag, final InputMethodSubtype subtype,

Completed in 116 milliseconds