Lines Matching defs:notificationBuilder
1545 final Notification.Builder notificationBuilder = new Notification.Builder(
1549 notificationBuilder.setContentTitle(mStkContext[slotId].mMainCmd.getMenu().title);
1551 notificationBuilder.setContentTitle("");
1553 notificationBuilder
1555 notificationBuilder.setContentIntent(pendingIntent);
1556 notificationBuilder.setOngoing(true);
1560 notificationBuilder.setContentText(msg.text);
1561 notificationBuilder.setTicker(msg.text);
1564 notificationBuilder.setLargeIcon(msg.icon);
1569 notificationBuilder.setLargeIcon(bitmapIcon);
1571 notificationBuilder.setColor(mContext.getResources().getColor(
1573 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build());