Lines Matching refs:notificationCompatBuilder
282 NotificationCompat.Builder notificationCompatBuilder = in generateBigTextStyleNotification() local
285 GlobalNotificationBuilder.setNotificationCompatBuilderInstance(notificationCompatBuilder); in generateBigTextStyleNotification()
287 Notification notification = notificationCompatBuilder in generateBigTextStyleNotification()
441 NotificationCompat.Builder notificationCompatBuilder = in generateBigPictureStyleNotification() local
444 GlobalNotificationBuilder.setNotificationCompatBuilderInstance(notificationCompatBuilder); in generateBigPictureStyleNotification()
447 notificationCompatBuilder in generateBigPictureStyleNotification()
480 notificationCompatBuilder.addPerson(name); in generateBigPictureStyleNotification()
483 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification()
563 NotificationCompat.Builder notificationCompatBuilder = in generateInboxStyleNotification() local
566 GlobalNotificationBuilder.setNotificationCompatBuilderInstance(notificationCompatBuilder); in generateInboxStyleNotification()
569 notificationCompatBuilder in generateInboxStyleNotification()
609 notificationCompatBuilder.addPerson(name); in generateInboxStyleNotification()
612 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification()
760 NotificationCompat.Builder notificationCompatBuilder = in generateMessagingStyleNotification() local
763 GlobalNotificationBuilder.setNotificationCompatBuilderInstance(notificationCompatBuilder); in generateMessagingStyleNotification()
766 notificationCompatBuilder in generateMessagingStyleNotification()
804 notificationCompatBuilder.addPerson(name); in generateMessagingStyleNotification()
807 Notification notification = notificationCompatBuilder.build(); in generateMessagingStyleNotification()