Searched defs:originalText (Results 1 – 4 of 4) sorted by relevance
107 CharSequence originalText = "This is some text."; in testProcessTextActivityResultNonEditable() local131 CharSequence originalText = "This is some text."; in testProcessTextActivityResultEditable() local149 CharSequence originalText = "This is some text."; in testProcessTextActivityResultCancel() local168 CharSequence originalText = "This is some text."; in testProcessTextActivityNoData() local
845 public final CharSequence originalText; field in NotificationEntry.EditedSuggestionInfo852 public EditedSuggestionInfo(CharSequence originalText, int index) { in EditedSuggestionInfo()
395 final CharSequence originalText = originalTextInfo.getText(); in getSplitWords() local
2886 final String originalText = TextUtils.substring(editable, spanStart, spanEnd); in replaceWithSuggestion() local