Home
last modified time | relevance | path

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

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