Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java109 CharSequence conversationTitle = null; in bindBody() local
115 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()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversation.java82 @Nullable String conversationTitle, in Conversation() argument
93 mConversationTitle = conversationTitle; in Conversation()
382 public Builder setConversationTitle(@Nullable String conversationTitle) { in setConversationTitle() argument
383 mConversationTitle = conversationTitle; in setConversationTitle()
DConversationNotificationInfo.java107 String conversationTitle, String appPackageName, @Nullable Icon appIcon) { in createConversationNotificationInfo() argument
111 conversationTitle, Utils.isGroupConversation(intent), /* notificationKey */ null, in createConversationNotificationInfo()