Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5698 RemoteInputHistoryItem[] replyText = getParcelableArrayFromBundle( in applyStandardTemplateWithActions() local
5700 if (validRemoteInput && replyText != null && replyText.length > 0 in applyStandardTemplateWithActions()
5701 && !TextUtils.isEmpty(replyText[0].getText()) in applyStandardTemplateWithActions()
5708 processTextSpans(replyText[0].getText())); in applyStandardTemplateWithActions()
5716 if (replyText.length > 1 && !TextUtils.isEmpty(replyText[1].getText()) in applyStandardTemplateWithActions()
5720 processTextSpans(replyText[1].getText())); in applyStandardTemplateWithActions()
5723 if (replyText.length > 2 && !TextUtils.isEmpty(replyText[2].getText()) in applyStandardTemplateWithActions()
5728 processTextSpans(replyText[2].getText())); in applyStandardTemplateWithActions()