Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java217 String userName = (notificationInfo.getUserDisplayName() == null in postNotification()
218 || notificationInfo.getUserDisplayName().isEmpty()) ? mContext.getString( in postNotification()
219 R.string.name_not_available) : notificationInfo.getUserDisplayName(); in postNotification()
DConversationNotificationInfo.java100 messagingStyle.getUserDisplayName(), in createConversationNotificationInfo()
209 public String getUserDisplayName() { in getUserDisplayName() method in ConversationNotificationInfo
DUtils.java143 } else if (messagingStyle.getUserDisplayName() == null) { in isValidMessagingStyle()