Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java122 StringBuilder messageForNotification = new StringBuilder(); in sendNotificationForConversation() local
127 messageForNotification.append(message); in sendNotificationForConversation()
129 messageForNotification.append(EOL); in sendNotificationForConversation()
137 .setContentText(messageForNotification.toString()) in sendNotificationForConversation()