Searched refs:labelLocale (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | KlpActionLabelTests.java | 56 final Locale labelLocale, final Locale systemLocale) { in doTestActionKeysInLocaleWithStringResources() argument 65 R.string.label_go_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 69 R.string.label_send_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 71 R.string.label_next_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 73 R.string.label_done_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 75 R.string.label_previous_key, labelLocale, getContext()); in doTestActionKeysInLocaleWithStringResources() 76 final String tag = "label=" + labelLocale + " system=" + systemLocale in doTestActionKeysInLocaleWithStringResources() 112 final Locale labelLocale, final Locale systemLocale) { in doTestActionKeysInLocaleWithKeyboardTextsSet() argument 119 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()
|