HomeSort by relevance Sort by last modified time
    Searched defs:notifications (Results 1 - 3 of 3) 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/webkit/WebCore/storage/
DatabaseTracker.cpp 810 NotificationQueue notifications; local
814 notifications.swap(notificationQueue());
822 for (unsigned i = 0; i < notifications.size(); ++i)
823 theTracker.m_client->dispatchDidModifyDatabase(notifications[i].first, notifications[i].second);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarService.java 114 // expanded notifications
203 ArrayList<StatusBarNotification> notifications = new ArrayList<StatusBarNotification>(); local
208 mBarService.registerStatusBar(mCommandQueue, iconList, notificationKeys, notifications);
226 if (N == notifications.size()) {
228 addNotification(notificationKeys.get(i), notifications.get(i));
232 + " notifications=" + notifications.size());
601 // (no ongoing notifications are clearable)
656 * All changes to the status bar and notifications funnel through here and are batched.
    [all...]

Completed in 32 milliseconds