Searched refs:labelLocale (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSetActionLabelKlpTests.java | 88 final Locale labelLocale, final Locale systemLocale) { in doTestActionLabelInLocale() argument 94 final String tag = "label=" + labelLocale + " system=" + systemLocale in doTestActionLabelInLocale() 104 EditorInfo.IME_ACTION_GO, labelLocale, R.string.label_go_key); in doTestActionLabelInLocale() 108 EditorInfo.IME_ACTION_SEND, labelLocale, R.string.label_send_key); in doTestActionLabelInLocale() 110 EditorInfo.IME_ACTION_NEXT, labelLocale, R.string.label_next_key); in doTestActionLabelInLocale() 112 EditorInfo.IME_ACTION_DONE, labelLocale, R.string.label_done_key); in doTestActionLabelInLocale() 114 EditorInfo.IME_ACTION_PREVIOUS, labelLocale, R.string.label_previous_key); in doTestActionLabelInLocale()
|
D | KeyboardLayoutSetActionLabelBase.java | 85 final Locale labelLocale = subtype.getLocale().equals(SubtypeLocaleUtils.NO_LANGUAGE) in doTestActionKeyLabelResId() local 87 doTestActionKeyLabelResIdInLocale(tag, subtype, actionId, labelLocale, labelResId); in doTestActionKeyLabelResId() 91 final InputMethodSubtype subtype, final int actionId, final Locale labelLocale, in doTestActionKeyLabelResIdInLocale() argument 101 final String label = job.runInLocale(getContext().getResources(), labelLocale); in doTestActionKeyLabelResIdInLocale()
|