HomeSort by relevance Sort by last modified time
    Searched defs:notifications (Results 1 - 12 of 12) 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());
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 100 // all notifications
169 // Also, notifications can be launched from the lock screen,
205 ArrayList<StatusBarNotification> notifications = new ArrayList<StatusBarNotification>(); local
211 mBarService.registerStatusBar(mCommandQueue, iconList, notificationKeys, notifications,
239 if (N == notifications.size()) {
241 addNotification(notificationKeys.get(i), notifications.get(i));
245 + " notifications=" + notifications.size());
642 // Also, notifications can be launched from the lock screen,
682 * This was added last-minute and is inconsistent with the way the rest of the notifications
    [all...]
  /external/webkit/Source/WebCore/storage/
DatabaseTracker.cpp 1090 NotificationQueue notifications; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 237 * reports and builds a sorted (by delivery date) list of unread notifications.
303 * Updates all pending notifications, clearing or updating them as
377 // This is the message string used in bigText and bigPicture notifications.
454 // This is the summary string used in bigPicture notifications.
970 Iterator<NotificationInfo> notifications = sNotificationSet.iterator(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 149 milliseconds