Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java124 final NotificationMap notificationMap = getNotificationMap(context); in clearAllNotfications() local
125 notificationMap.clear(); in clearAllNotfications()
126 notificationMap.saveNotificationMap(context); in clearAllNotfications()
378 final NotificationMap notificationMap = getNotificationMap(context); in resendNotifications() local
379 final Set<NotificationKey> keys = notificationMap.keySet(); in resendNotifications()
420 final NotificationMap notificationMap = getNotificationMap(context); in validateAccountNotifications() local
421 Set<NotificationKey> keys = notificationMap.keySet(); in validateAccountNotifications()
462 notificationMap.remove(notification); in validateAccountNotifications()
468 notificationMap.saveNotificationMap(context); in validateAccountNotifications()
506 final NotificationMap notificationMap = getNotificationMap(context); in setNewEmailIndicator() local
[all …]