Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java110 final String ORIGINAL_TEXT = "Hey!"; in testGetTextWithAutoCorrectionIndicatorUnderline() local
113 getContext(), ORIGINAL_TEXT, NONNULL_LOCALE); in testGetTextWithAutoCorrectionIndicatorUnderline()
115 assertNotSuggestionSpan(ORIGINAL_TEXT, text); in testGetTextWithAutoCorrectionIndicatorUnderline()
118 assertSuggestionSpan(ORIGINAL_TEXT, in testGetTextWithAutoCorrectionIndicatorUnderline()
127 final String ORIGINAL_TEXT = "Hey!"; in testGetTextWithAutoCorrectionIndicatorUnderlineRootLocale() local
129 getContext(), ORIGINAL_TEXT, Locale.ROOT); in testGetTextWithAutoCorrectionIndicatorUnderlineRootLocale()
131 assertNotSuggestionSpan(ORIGINAL_TEXT, text); in testGetTextWithAutoCorrectionIndicatorUnderlineRootLocale()
134 assertSuggestionSpan(ORIGINAL_TEXT, in testGetTextWithAutoCorrectionIndicatorUnderlineRootLocale()