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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java84 private static NotificationMap sActiveNotificationMap = null;
107 final NotificationMap notificationMap = getNotificationMap(context);
115 private static synchronized NotificationMap getNotificationMap(Context context) {
117 sActiveNotificationMap = new NotificationMap();
129 private static class NotificationMap class in class:NotificationUtils
237 private static String createNotificationString(NotificationMap notifications) {
306 final NotificationMap notificationMap = getNotificationMap(context);
347 final NotificationMap notificationMap = getNotificationMap(context);
412 final NotificationMap notificationMap = getNotificationMap(context);
453 final NotificationMap notificationMa
[all...]

Completed in 39 milliseconds