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/
DLxxActionCustomTests.java30 final String tag = "custom " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionCustom()
DLxxActionSendTests.java33 final String tag = "send " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionSend()
DLxxActionPreviousTests.java33 final String tag = "previous " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionPrevious()
DKlpActionSearchTests.java33 final String tag = "search " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionSearch()
DLxxActionNextTests.java33 final String tag = "next " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionNext()
DLxxActionUnspecifiedTests.java34 + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionUnspecified()
DKlpActionCustomTests.java30 final String tag = "custom " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionCustom()
DLxxActionGoTests.java33 final String tag = "go " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionGo()
DKlpActionUnspecifiedTests.java34 + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionUnspecified()
DLxxActionNoneTests.java33 final String tag = "none " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionNone()
DLxxActionDoneTests.java33 final String tag = "done " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionDone()
DKlpActionNoneTests.java33 final String tag = "none " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionNone()
DLxxActionSearchTests.java33 final String tag = "search " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionSearch()
DKlpActionPreviousTests.java31 final String tag = "previous " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionPrevious()
DKlpActionNextTests.java31 final String tag = "next " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionNext()
DKlpActionSendTests.java31 final String tag = "send " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionSend()
DKlpActionDoneTests.java31 final String tag = "done " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionDone()
DKlpActionGoTests.java31 final String tag = "go " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in testActionGo()
DKlpActionLabelTests.java78 + " " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in doTestActionKeysInLocaleWithStringResources()
136 + " " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); in doTestActionKeysInLocaleWithKeyboardTextsSet()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DKeyboardLayoutSetSubtypesCountTests.java45 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()