Searched refs:notificationBuilder (Results 1 – 1 of 1) sorted by relevance
337 Notification.Builder notificationBuilder = new Notification.Builder(mContext, "channelId") in createNotification() local344 notificationBuilder.setGroupSummary(true); in createNotification()347 notificationBuilder.setGroup(groupKey); in createNotification()350 notificationBuilder.setBubbleMetadata(bubbleMetadata); in createNotification()352 return notificationBuilder.build(); in createNotification()