Searched refs:notificationBuilder (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertReceiver.java | 268 private static Notification buildBasicNotification(Notification.Builder notificationBuilder, in buildBasicNotification() argument 287 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 …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 967 final NotificationCompat.Builder notificationBuilder, in configureLatestEventInfoFromConversation() argument 996 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 …]
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 1605 final Notification.Builder notificationBuilder = new Notification.Builder( in launchIdleText() local 1609 notificationBuilder.setContentTitle(mStkContext[slotId].mMainCmd.getMenu().title); in launchIdleText() 1611 notificationBuilder.setContentTitle(""); in launchIdleText() 1613 notificationBuilder in launchIdleText() 1615 notificationBuilder.setContentIntent(pendingIntent); in launchIdleText() 1616 notificationBuilder.setOngoing(true); in launchIdleText() 1620 notificationBuilder.setContentText(msg.text); in launchIdleText() 1621 notificationBuilder.setTicker(msg.text); in launchIdleText() 1624 notificationBuilder.setLargeIcon(msg.icon); in launchIdleText() 1629 notificationBuilder.setLargeIcon(bitmapIcon); in launchIdleText() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/spam/ |
D | SpamCallListListener.java | 198 Notification.Builder notificationBuilder = in showNonSpamCallNotification() local 225 .notify(call.getNumber(), NOTIFICATION_ID, notificationBuilder.build()); in showNonSpamCallNotification() 312 Notification.Builder notificationBuilder = in showSpamCallNotification() local 336 .notify(call.getNumber(), NOTIFICATION_ID, notificationBuilder.build()); in showSpamCallNotification()
|