Searched refs:getUserDisplayName (Results 1 – 3 of 3) sorted by relevance
217 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()
100 messagingStyle.getUserDisplayName(), in createConversationNotificationInfo()209 public String getUserDisplayName() { in getUserDisplayName() method in ConversationNotificationInfo
143 } else if (messagingStyle.getUserDisplayName() == null) { in isValidMessagingStyle()