Searched refs:conversationTitle (Results 1 – 3 of 3) sorted by relevance
109 CharSequence conversationTitle = null; in bindBody() local115 if (messagingStyle != null) conversationTitle = messagingStyle.getConversationTitle(); in bindBody()131 if (conversationTitle == null) { in bindBody()132 conversationTitle = sender != null ? sender.getName() : message.getSender(); in bindBody()145 if (TextUtils.isEmpty(conversationTitle)) { in bindBody()146 conversationTitle = extras.getCharSequence(Notification.EXTRA_TITLE); in bindBody()159 if (!TextUtils.isEmpty(conversationTitle)) { in bindBody()161 mTitleView.setText(conversationTitle); in bindBody()190 mBodyView.bindTitleAndMessage(conversationTitle, messageText); in bindBody()
82 @Nullable String conversationTitle, in Conversation() argument93 mConversationTitle = conversationTitle; in Conversation()382 public Builder setConversationTitle(@Nullable String conversationTitle) { in setConversationTitle() argument383 mConversationTitle = conversationTitle; in setConversationTitle()
107 String conversationTitle, String appPackageName, @Nullable Icon appIcon) { in createConversationNotificationInfo() argument111 conversationTitle, Utils.isGroupConversation(intent), /* notificationKey */ null, in createConversationNotificationInfo()