Searched refs:labelLocale (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | KlpActionLabelTests.java | 57 final Locale labelLocale, final Locale systemLocale) { in doTestActionKeysInLocaleWithStringResources() argument 66 R.string.label_go_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 70 R.string.label_send_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 72 R.string.label_next_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 74 R.string.label_done_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 76 R.string.label_previous_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 77 final String tag = "label=" + labelLocale + " system=" + systemLocale in doTestActionKeysInLocaleWithStringResources() 113 final Locale labelLocale, final Locale systemLocale) { in doTestActionKeysInLocaleWithKeyboardTextsSet() argument 120 textsSet.setLocale(labelLocale, getContext()); in doTestActionKeysInLocaleWithKeyboardTextsSet()
|
D | ActionTestsBase.java | 51 final Locale labelLocale, final Context context) { in newLabelKey() argument 58 return newLabelKey(getString.runInLocale(context.getResources(), labelLocale)); in newLabelKey()
|