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 187 typedef std::map<std::string, ProfileNotification*> NotificationMap;
188 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 96 private static NotificationMap sActiveNotificationMap = null;
124 final NotificationMap notificationMap = getNotificationMap(context);
125 notificationMap.clear();
126 notificationMap.saveNotificationMap(context);
132 private static synchronized NotificationMap getNotificationMap(Context context) {
134 sActiveNotificationMap = new NotificationMap();
146 private static final class NotificationMap {
305 private static String createNotificationString(NotificationMap notifications) {
378 final NotificationMap notificationMap = getNotificationMap(context)
    [all...]

Completed in 1843 milliseconds