Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5241 CharSequence[] replyText = mN.extras.getCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY); in applyStandardTemplateWithActions() local
5242 if (validRemoteInput && replyText != null in applyStandardTemplateWithActions()
5243 && replyText.length > 0 && !TextUtils.isEmpty(replyText[0]) in applyStandardTemplateWithActions()
5250 processTextSpans(replyText[0])); in applyStandardTemplateWithActions()
5259 if (replyText.length > 1 && !TextUtils.isEmpty(replyText[1]) in applyStandardTemplateWithActions()
5263 processTextSpans(replyText[1])); in applyStandardTemplateWithActions()
5266 if (replyText.length > 2 && !TextUtils.isEmpty(replyText[2]) in applyStandardTemplateWithActions()
5271 processTextSpans(replyText[2])); in applyStandardTemplateWithActions()