Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageReplyReceiver.java52 Notification repliedNotification = new NotificationCompat.Builder(context) in onReceive() local
58 notificationManager.notify(conversationId, repliedNotification); in onReceive()