Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DConversationAction.java133 @Nullable CharSequence textReply, in ConversationAction() argument
138 mTextReply = textReply; in ConversationAction()
240 public Builder setTextReply(@Nullable CharSequence textReply) { in setTextReply() argument
241 mTextReply = textReply; in setTextReply()