Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversationNotificationInfo.java96 messagingStyle.getConvoTitle(), in createConversationNotificationInfo()
165 public String getConvoTitle() { in getConvoTitle() method in ConversationNotificationInfo
DBaseNotificationDelegate.java198 builder.setContentTitle(notificationInfo.getConvoTitle()); in postNotification()
242 lastMessage.getSenderName(), notificationInfo.getConvoTitle(), in postNotification()
DUtils.java140 } else if (messagingStyle.getConvoTitle() == null) { in isValidMessagingStyle()