Home
last modified time | relevance | path

Searched refs:NotificationBuilders (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java627 Map<Integer, NotificationBuilders> msgNotifications = in validateNotifications()
628 new ArrayMap<Integer, NotificationBuilders>(); in validateNotifications()
818 for (Map.Entry<Integer, NotificationBuilders> entry : msgNotifications.entrySet()) { in validateNotifications()
819 NotificationBuilders builders = entry.getValue(); in validateNotifications()
969 final Map<Integer, NotificationBuilders> msgNotifications, in configureLatestEventInfoFromConversation()
1115 NotificationBuilders.of(conversationNotif, in configureLatestEventInfoFromConversation()
2016 private static class NotificationBuilders { class in NotificationUtils
2020 private NotificationBuilders(NotificationCompat.Builder notifBuilder, in NotificationBuilders() method in NotificationUtils.NotificationBuilders
2026 public static NotificationBuilders of(NotificationCompat.Builder notifBuilder, in of()
2028 return new NotificationBuilders(notifBuilder, wearableNotifBuilder); in of()