HomeSort by relevance Sort by last modified time
    Searched defs:NotificationMap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.h 197 typedef std::map<std::string, ProfileNotification*> NotificationMap;
198 NotificationMap profile_notifications_;
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 133 NotificationMap;
134 NotificationMap notification_map_;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 103 private static NotificationMap sActiveNotificationMap = null;
131 final NotificationMap notificationMap = getNotificationMap(context);
132 notificationMap.clear();
133 notificationMap.saveNotificationMap(context);
139 private static synchronized NotificationMap getNotificationMap(Context context) {
141 sActiveNotificationMap = new NotificationMap();
153 private static final class NotificationMap {
312 private static String createNotificationString(NotificationMap notifications) {
382 final NotificationMap notificationMap = getNotificationMap(context)
    [all...]

Completed in 93 milliseconds