Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetActionLabelKlpTests.java103 doTestActionKeyLabelResIdInLocale(tag + " go", subtype, in doTestActionLabelInLocale()
107 doTestActionKeyLabelResIdInLocale(tag + " send", subtype, in doTestActionLabelInLocale()
109 doTestActionKeyLabelResIdInLocale(tag + " next", subtype, in doTestActionLabelInLocale()
111 doTestActionKeyLabelResIdInLocale(tag + " done", subtype, in doTestActionLabelInLocale()
113 doTestActionKeyLabelResIdInLocale(tag + " previous", subtype, in doTestActionLabelInLocale()
DKeyboardLayoutSetActionLabelBase.java87 doTestActionKeyLabelResIdInLocale(tag, subtype, actionId, labelLocale, labelResId); in doTestActionKeyLabelResId()
90 protected void doTestActionKeyLabelResIdInLocale(final String tag, in doTestActionKeyLabelResIdInLocale() method in KeyboardLayoutSetActionLabelBase