HomeSort by relevance Sort by last modified time
    Searched refs:repliedNotification (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReplyReceiver.java 52 Notification repliedNotification = new NotificationCompat.Builder(context)
58 notificationManager.notify(conversationId, repliedNotification);
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReplyReceiver.java 52 Notification repliedNotification = new NotificationCompat.Builder(context)
58 notificationManager.notify(conversationId, repliedNotification);
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessageReplyReceiver.java 52 Notification repliedNotification = new NotificationCompat.Builder(context)
58 notificationManager.notify(conversationId, repliedNotification);

Completed in 97 milliseconds