Home
last modified time | relevance | path

Searched refs:getSubtypeNameForLogging (Results 1 – 23 of 23) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DKlpActionLabelTests.java77 + " " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in doTestActionKeysInLocaleWithStringResources()
135 + " " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in doTestActionKeysInLocaleWithKeyboardTextsSet()
DKlpActionSearchTests.java32 final String tag = "search " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionSearch()
DKlpActionUnspecifiedTests.java33 + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionUnspecified()
DLxxActionDoneTests.java32 final String tag = "done " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionDone()
DLxxActionGoTests.java32 final String tag = "go " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionGo()
DLxxActionNextTests.java32 final String tag = "next " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionNext()
DLxxActionSearchTests.java32 final String tag = "search " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionSearch()
DKlpActionCustomTests.java29 final String tag = "custom " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionCustom()
DKlpActionNoneTests.java32 final String tag = "none " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionNone()
DLxxActionCustomTests.java29 final String tag = "custom " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionCustom()
DLxxActionNoneTests.java32 final String tag = "none " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionNone()
DLxxActionPreviousTests.java32 final String tag = "previous " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionPrevious()
DLxxActionSendTests.java32 final String tag = "send " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionSend()
DLxxActionUnspecifiedTests.java33 + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionUnspecified()
DKlpActionGoTests.java30 final String tag = "go " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionGo()
DKlpActionSendTests.java30 final String tag = "send " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionSend()
DKlpActionDoneTests.java30 final String tag = "done " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionDone()
DKlpActionNextTests.java30 final String tag = "next " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionNext()
DKlpActionPreviousTests.java30 final String tag = "previous " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionPrevious()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DKeyboardLayoutSetSubtypesCountTests.java44 sb.append(SubtypeLocaleUtils.getSubtypeNameForLogging(subtype)); in toString()
DLayoutTestsBase.java53 mLogTag = SubtypeLocaleUtils.getSubtypeNameForLogging(mSubtype) + "/" in setUp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtils.java276 public static String getSubtypeNameForLogging(@Nullable final InputMethodSubtype subtype) { in getSubtypeNameForLogging() method in SubtypeLocaleUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java152 + SubtypeLocaleUtils.getSubtypeNameForLogging(currentSubtype)); in switchToNextInputSubtypeInThisIme()