Searched refs:textAsString (Results 1 – 1 of 1) sorted by relevance
3902 final String textAsString = text.toString(); in highlightTextDifferences() local3903 suggestionInfo.mText.insert(0, textAsString.substring(unionStart, spanStart)); in highlightTextDifferences()3904 suggestionInfo.mText.append(textAsString.substring(spanEnd, unionEnd)); in highlightTextDifferences()