Searched refs:setConversationTitle (Results 1 – 5 of 5) sorted by relevance
268 .setConversationTitle("Group chat") in initMessagingStyleButtonForDiffPerson()325 new MessagingStyle(person).setConversationTitle("Hello!"); in initMessagingStyleButtonForSamePerson()368 new MessagingStyle(person).setConversationTitle("Hello, try muting me!"); in initMessagingStyleButtonWithMuteAction()414 new MessagingStyle(person).setConversationTitle("Hello!"); in initTestMessagesButton()
86 builder.setConversationTitle(TextUtils.join(COMMA_DELIMITER, names)); in initConversationBuilder()
134 messagingStyle.setConversationTitle(conversation.getConversationTitle()); in getMessagingStyle()
241 messagingStyle.setConversationTitle(Utils.constructGroupConversationHeader( in postNotification()
382 public Builder setConversationTitle(@Nullable String conversationTitle) { in setConversationTitle() method in Conversation.Builder