Searched refs:notifBuilder (Results 1 – 2 of 2) sorted by relevance
414 final NotificationCompat.Builder notifBuilder = new NotificationCompat.Builder(context); in processAndSend() local415 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 …]
792 final NotificationCompat.Builder notifBuilder = new NotificationCompat.Builder(context); in buildConversationPageForWearable() local794 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()