Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSession.java67 final CharSequence subText = typedText.subSequence(offset, offset + length); in fixWronglyInvalidatedWordWithSingleQuote() local
70 currentWord = subText; in fixWronglyInvalidatedWordWithSingleQuote()
71 if (!subText.toString().contains(AndroidSpellCheckerService.SINGLE_QUOTE)) { in fixWronglyInvalidatedWordWithSingleQuote()
75 final CharSequence[] splitTexts = SpannableStringUtils.split(subText, in fixWronglyInvalidatedWordWithSingleQuote()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java301 CharSequence subText = extras.getCharSequence(EXTRA_SUB_TEXT); in getTextForDetection() local
305 .append(subText != null ? subText : "").append(" "); in getTextForDetection()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java281 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine() local
285 subText.setText(collection); in inflateTwoLine()