Searched refs:ORIGINAL_TEXT (Results 1 – 1 of 1) sorted by relevance
110 final String ORIGINAL_TEXT = "Hey!"; in testGetTextWithAutoCorrectionIndicatorUnderline() local113 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() local129 getContext(), ORIGINAL_TEXT, Locale.ROOT); in testGetTextWithAutoCorrectionIndicatorUnderlineRootLocale()131 assertNotSuggestionSpan(ORIGINAL_TEXT, text); in testGetTextWithAutoCorrectionIndicatorUnderlineRootLocale()134 assertSuggestionSpan(ORIGINAL_TEXT, in testGetTextWithAutoCorrectionIndicatorUnderlineRootLocale()