Searched refs:replyText (Results 1 – 1 of 1) sorted by relevance
5233 CharSequence[] replyText = mN.extras.getCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY); in applyStandardTemplateWithActions() local5234 if (validRemoteInput && replyText != null in applyStandardTemplateWithActions()5235 && replyText.length > 0 && !TextUtils.isEmpty(replyText[0]) in applyStandardTemplateWithActions()5242 processTextSpans(replyText[0])); in applyStandardTemplateWithActions()5251 if (replyText.length > 1 && !TextUtils.isEmpty(replyText[1]) in applyStandardTemplateWithActions()5255 processTextSpans(replyText[1])); in applyStandardTemplateWithActions()5258 if (replyText.length > 2 && !TextUtils.isEmpty(replyText[2]) in applyStandardTemplateWithActions()5263 processTextSpans(replyText[2])); in applyStandardTemplateWithActions()