Searched refs:replyText (Results 1 – 1 of 1) sorted by relevance
6380 RemoteInputHistoryItem[] replyText = getParcelableArrayFromBundle( in applyStandardTemplateWithActions() local6382 if (validRemoteInput && replyText != null && replyText.length > 0 in applyStandardTemplateWithActions()6383 && !TextUtils.isEmpty(replyText[0].getText()) in applyStandardTemplateWithActions()6390 ensureColorSpanContrastOrStripStyling(replyText[0].getText(), p)); in applyStandardTemplateWithActions()6398 if (replyText.length > 1 && !TextUtils.isEmpty(replyText[1].getText()) in applyStandardTemplateWithActions()6402 ensureColorSpanContrastOrStripStyling(replyText[1].getText(), p)); in applyStandardTemplateWithActions()6405 if (replyText.length > 2 && !TextUtils.isEmpty(replyText[2].getText()) in applyStandardTemplateWithActions()6410 ensureColorSpanContrastOrStripStyling(replyText[2].getText(), p)); in applyStandardTemplateWithActions()