Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java50 private static final String SENDER_BODY_SEPARATOR = ": "; field in MessageNotificationViewHolder
266 messageText = senderName + SENDER_BODY_SEPARATOR + messageText; in getMessageText()
365 builder.append(senderName + SENDER_BODY_SEPARATOR + message.getText()); in getCountViewOnClickListener()
382 builder.append(senderName + SENDER_BODY_SEPARATOR + message.getText()); in getCountViewOnClickListener()