Searched refs:notificationBuilder (Results 1 – 4 of 4) sorted by relevance
268 private static Notification buildBasicNotification(Notification.Builder notificationBuilder, in buildBasicNotification() argument287 notificationBuilder.setContentTitle(title); in buildBasicNotification()288 notificationBuilder.setContentText(summaryText); in buildBasicNotification()289 notificationBuilder.setSmallIcon(R.drawable.stat_notify_calendar); in buildBasicNotification()290 notificationBuilder.setContentIntent(clickIntent); in buildBasicNotification()291 notificationBuilder.setDeleteIntent(deleteIntent); in buildBasicNotification()293 notificationBuilder.setFullScreenIntent(createAlertActivityIntent(context), true); in buildBasicNotification()318 notificationBuilder.setWhen(0); in buildBasicNotification()322 notificationBuilder.setPriority(priority); in buildBasicNotification()334 notificationBuilder.addAction(R.drawable.ic_map, in buildBasicNotification()[all …]
967 final NotificationCompat.Builder notificationBuilder, in configureLatestEventInfoFromConversation() argument996 notificationBuilder.setContentTitle(newMessagesString); in configureLatestEventInfoFromConversation()1005 notificationBuilder.setSubText( in configureLatestEventInfoFromConversation()1009 new NotificationCompat.InboxStyle(notificationBuilder); in configureLatestEventInfoFromConversation()1015 notificationBuilder.setGroup(notificationGroupKey).setGroupSummary(true); in configureLatestEventInfoFromConversation()1133 tagNotificationsWithPeople(notificationBuilder, senderAddressesSet); in configureLatestEventInfoFromConversation()1143 notificationBuilder.setContentText( in configureLatestEventInfoFromConversation()1154 folderPreferences, notificationBuilder, wearableExtender, conversationCursor, in configureLatestEventInfoFromConversation()1175 notificationBuilder.setTicker(notificationTicker); in configureLatestEventInfoFromConversation()1180 notificationBuilder.setNumber(unreadCount); in configureLatestEventInfoFromConversation()[all …]
178 Notification.Builder notificationBuilder = new Notification.Builder(mContext) in updateNotification() local194 notificationBuilder.setContentIntent(PendingIntent.getActivity( in updateNotification()203 notificationBuilder.setTicker(msg); in updateNotification()207 notificationBuilder.build()); in updateNotification()
1545 final Notification.Builder notificationBuilder = new Notification.Builder( in launchIdleText() local1549 notificationBuilder.setContentTitle(mStkContext[slotId].mMainCmd.getMenu().title); in launchIdleText()1551 notificationBuilder.setContentTitle(""); in launchIdleText()1553 notificationBuilder in launchIdleText()1555 notificationBuilder.setContentIntent(pendingIntent); in launchIdleText()1556 notificationBuilder.setOngoing(true); in launchIdleText()1560 notificationBuilder.setContentText(msg.text); in launchIdleText()1561 notificationBuilder.setTicker(msg.text); in launchIdleText()1564 notificationBuilder.setLargeIcon(msg.icon); in launchIdleText()1569 notificationBuilder.setLargeIcon(bitmapIcon); in launchIdleText()[all …]