Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java102 PendingIntent replyIntent = PendingIntent.getBroadcast(getApplicationContext(), in sendNotificationForConversation() local
109 R.drawable.notification_icon, getString(R.string.reply), replyIntent) in sendNotificationForConversation()
119 .setReplyAction(replyIntent, remoteInput); in sendNotificationForConversation()