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

  /libcore/dom/src/test/java/org/w3c/domts/
UserDataMonitor.java 22 * notifications
26 private final List notifications = new ArrayList(); field in class:UserDataMonitor
56 notifications.add(
61 * Gets list of notifications
63 * @return List of notifications, may not be null.
66 return new ArrayList(notifications);
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 14 #include "chrome/browser/notifications/desktop_notification_service.h"
15 #include "chrome/browser/notifications/notification.h"
16 #include "chrome/browser/notifications/notification_test_util.h"
17 #include "chrome/browser/notifications/notification_ui_manager.h"
317 NotificationUIManager* notifications = local
331 notifications->Add(n1, browser()->profile());
333 notifications->Add(n2, browser()->profile());
335 notifications->CancelById(n1.notification_id());
337 notifications->CancelById(n2.notification_id());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java 69 ArrayList<StatusBarNotification> notifications = new ArrayList<StatusBarNotification>(); local
76 mBarService.registerStatusBar(mCommandQueue, iconList, notificationKeys, notifications,
102 if (N == notifications.size()) {
104 addNotification(notificationKeys.get(i), notifications.get(i));
108 + " notifications=" + notifications.size());
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win_unittest.cc 199 std::vector<ViewHostMsg_AccessibilityNotification_Params> notifications; local
200 notifications.push_back(param);
201 manager->OnAccessibilityNotifications(notifications);
271 std::vector<ViewHostMsg_AccessibilityNotification_Params> notifications; local
272 notifications.push_back(param);
273 manager->OnAccessibilityNotifications(notifications);
  /external/webkit/Source/WebCore/storage/
DatabaseTracker.cpp 1090 NotificationQueue notifications; local
    [all...]

Completed in 212 milliseconds