Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java49 private static final String SENDER_TITLE_SEPARATOR = " • "; field in MessageNotificationViewHolder
303 conversationTitle = senderName + SENDER_TITLE_SEPARATOR + conversationTitle; in getConversationTitle()