• Home
  • Raw
  • Download

Lines Matching refs:notificationCompatBuilder

259         NotificationCompat.Builder notificationCompatBuilder =  in generateBigTextStyleNotification()  local
262 GlobalNotificationBuilder.setNotificationCompatBuilderInstance(notificationCompatBuilder); in generateBigTextStyleNotification()
264 notificationCompatBuilder in generateBigTextStyleNotification()
301 notificationCompatBuilder.addAction(mainAction); in generateBigTextStyleNotification()
305 notificationCompatBuilder.setContentIntent(mainPendingIntent); in generateBigTextStyleNotification()
309 Notification notification = notificationCompatBuilder.build(); in generateBigTextStyleNotification()
415 NotificationCompat.Builder notificationCompatBuilder = in generateBigPictureStyleNotification() local
418 GlobalNotificationBuilder.setNotificationCompatBuilderInstance(notificationCompatBuilder); in generateBigPictureStyleNotification()
421 notificationCompatBuilder in generateBigPictureStyleNotification()
448 notificationCompatBuilder.addPerson(name); in generateBigPictureStyleNotification()
451 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification()
505 NotificationCompat.Builder notificationCompatBuilder = in generateInboxStyleNotification() local
508 GlobalNotificationBuilder.setNotificationCompatBuilderInstance(notificationCompatBuilder); in generateInboxStyleNotification()
511 notificationCompatBuilder in generateInboxStyleNotification()
539 notificationCompatBuilder.addPerson(name); in generateInboxStyleNotification()
542 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification()
673 NotificationCompat.Builder notificationCompatBuilder = in generateMessagingStyleNotification() local
676 GlobalNotificationBuilder.setNotificationCompatBuilderInstance(notificationCompatBuilder); in generateMessagingStyleNotification()
679 notificationCompatBuilder in generateMessagingStyleNotification()
710 notificationCompatBuilder.addPerson(name); in generateMessagingStyleNotification()
713 Notification notification = notificationCompatBuilder.build(); in generateMessagingStyleNotification()