Home
last modified time | relevance | path

Searched refs:getLabelLocale (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DKlpActionGoTests.java32 R.string.label_go_key, getLabelLocale(subtype), getContext()); in testActionGo()
DKlpActionSendTests.java32 R.string.label_send_key, getLabelLocale(subtype), getContext()); in testActionSend()
DKlpActionDoneTests.java32 R.string.label_done_key, getLabelLocale(subtype), getContext()); in testActionDone()
DKlpActionNextTests.java32 R.string.label_next_key, getLabelLocale(subtype), getContext()); in testActionNext()
DKlpActionPreviousTests.java32 R.string.label_previous_key, getLabelLocale(subtype), getContext()); in testActionPrevious()
DActionTestsBase.java72 protected static Locale getLabelLocale(final InputMethodSubtype subtype) { in getLabelLocale() method in ActionTestsBase