Searched defs:notificationBuilder (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java268 private static Notification buildBasicNotification(Notification.Builder notificationBuilder, argument
287 notificationBuilder.setContentTitle(title);
288 notificationBuilder.setContentText(summaryText);
289 notificationBuilder.setSmallIcon(R.drawable.stat_notify_calendar);
290 notificationBuilder.setContentIntent(clickIntent);
291 notificationBuilder.setDeleteIntent(deleteIntent);
293 notificationBuilder.setFullScreenIntent(createAlertActivityIntent(context), true);
318 notificationBuilder.setWhen(0);
322 notificationBuilder.setPriority(priority);
334 notificationBuilder
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java967 final NotificationCompat.Builder notificationBuilder,
996 notificationBuilder.setContentTitle(newMessagesString);
1005 notificationBuilder.setSubText(
1009 new NotificationCompat.InboxStyle(notificationBuilder);
1015 notificationBuilder.setGroup(notificationGroupKey).setGroupSummary(true);
1133 tagNotificationsWithPeople(notificationBuilder, senderAddressesSet);
1143 notificationBuilder.setContentText(
1154 folderPreferences, notificationBuilder, wearableExtender, conversationCursor,
1175 notificationBuilder.setTicker(notificationTicker);
1180 notificationBuilder
965 configureLatestEventInfoFromConversation(final Context context, final Account account, final FolderPreferences folderPreferences, final NotificationCompat.Builder notificationBuilder, final NotificationCompat.WearableExtender wearableExtender, final Map<Integer, NotificationBuilders> msgNotifications, final int summaryNotificationId, final Cursor conversationCursor, final PendingIntent clickIntent, final Intent notificationIntent, final int unreadCount, final int unseenCount, final Folder folder, final long when, final ContactFetcher contactFetcher) argument
1190 configureNotifForOneConversation(Context context, Account account, FolderPreferences folderPreferences, NotificationCompat.Builder notificationBuilder, NotificationCompat.WearableExtender wearExtender, Cursor conversationCursor, Intent notificationIntent, Folder folder, long when, Resources res, boolean isInbox, String notificationLabelName, int notificationId, final ContactFetcher contactFetcher) argument
1339 tagNotificationsWithPeople(NotificationCompat.Builder notificationBuilder, HashSet<String> senderAddressesSet) argument
[all...]

Completed in 203 milliseconds