Home | History | Annotate | Download | only in stk

Lines Matching full:notificationbuilder

781             final Notification.Builder notificationBuilder = new Notification.Builder(
783 notificationBuilder.setContentTitle("");
784 notificationBuilder
786 notificationBuilder.setContentIntent(pendingIntent);
787 notificationBuilder.setOngoing(true);
790 notificationBuilder.setContentText(msg.text);
793 notificationBuilder.setLargeIcon(msg.icon);
798 notificationBuilder.setLargeIcon(bitmapIcon);
801 mNotificationManager.notify(STK_NOTIFICATION_ID, notificationBuilder.build());