Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java414 final NotificationCompat.Builder notifBuilder = new NotificationCompat.Builder(context); in processAndSend() local
415 notifBuilder.setCategory(Notification.CATEGORY_MESSAGE); in processAndSend()
440 notifBuilder.setDeleteIntent(clearIntent); in processAndSend()
443 updateBuilderAudioVibrate(state, notifBuilder, silent, ringtoneUri, conversationId); in processAndSend()
458 notifBuilder.setContentIntent(destinationIntent); in processAndSend()
461 notifBuilder.setPriority(state.getPriority()); in processAndSend()
465 final NotificationCompat.Style notifStyle = state.build(notifBuilder); in processAndSend()
466 state.mNotificationBuilder = notifBuilder; in processAndSend()
472 notifBuilder.addExtras(people); in processAndSend()
639 final NotificationCompat.Builder notifBuilder, final boolean silent, in updateBuilderAudioVibrate() argument
[all …]
DMessageNotificationState.java792 final NotificationCompat.Builder notifBuilder = new NotificationCompat.Builder(context); in buildConversationPageForWearable() local
794 new NotificationCompat.BigTextStyle(notifBuilder).bigText(bigText); in buildConversationPageForWearable()
795 notifBuilder.setStyle(notifStyle); in buildConversationPageForWearable()
799 notifBuilder.extend(wearableExtender); in buildConversationPageForWearable()
801 return notifBuilder.build(); in buildConversationPageForWearable()