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

1 2

  /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_org/chrome/browser/task_manager/
task_manager_notification_browsertest.cc 10 #include "chrome/browser/notifications/desktop_notification_service.h"
11 #include "chrome/browser/notifications/notification.h"
12 #include "chrome/browser/notifications/notification_test_util.h"
13 #include "chrome/browser/notifications/notification_ui_manager.h"
49 // where notifications do not instantiate a new renderer.
61 NotificationUIManager* notifications = local
75 notifications->Add(n1, browser()->profile());
77 notifications->Add(n2, browser()->profile());
79 notifications->CancelById(n1.notification_id());
81 notifications->CancelById(n2.notification_id())
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotificationManager.java 17 private Map<Integer, Notification> notifications = new HashMap<Integer, Notification>(); field in class:ShadowNotificationManager
31 notifications.put(id, notification);
44 if (notifications.containsKey(id)) {
45 notifications.remove(id);
47 notifications.remove(tagId);
53 notifications.clear();
58 return notifications.size();
62 return notifications.get(id);
67 return notifications.get(id);
71 return new ArrayList<Notification>(notifications.values())
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
TrustletSession.h 44 std::queue<notification_t> notifications; member in class:TrustletSession
  /external/chromium_org/ash/display/
display_error_observer.cc 77 message_center::NotificationList::Notifications notifications = local
79 for (message_center::NotificationList::Notifications::const_iterator iter =
80 notifications.begin(); iter != notifications.end(); ++iter) {
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_focus_only.cc 83 std::vector<AccessibilityHostMsg_NotificationParams> notifications; local
84 notifications.push_back(AccessibilityHostMsg_NotificationParams());
85 AccessibilityHostMsg_NotificationParams& notification = notifications[0];
144 Send(new AccessibilityHostMsg_Notifications(routing_id(), notifications));
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 83 CSemaphore mcpSessionNotification; /**< Semaphore to synchronize incoming notifications for the MCP session */
92 * exit function before waiting for any notifications from NWD then the daemon
98 * This queue holds notifications received between the time the daemon
102 std::queue<notification_t> notifications; /**< Notifications queue for open session notification */ member in class:MobiCoreDevice
  /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_org/ui/message_center/views/
message_center_bubble.cc 117 const NotificationList::Notifications& notifications = local
119 message_center_view_->SetNotifications(notifications);
message_center_view_unittest.cc 141 NotificationList::Notifications notifications; local
142 notifications.insert(&notification);
147 message_center_view_->SetNotifications(notifications);
  /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/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 152 const NotificationList::Notifications& notifications = local
154 SetNotifications(notifications);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 109 // all notifications
187 // Also, notifications can be launched from the lock screen,
243 ArrayList<StatusBarNotification> notifications = new ArrayList<StatusBarNotification>(); local
249 mBarService.registerStatusBar(mCommandQueue, iconList, notificationKeys, notifications,
277 if (N == notifications.size()) {
279 addNotification(notificationKeys.get(i), notifications.get(i));
283 + " notifications=" + notifications.size());
733 // Also, notifications can be launched from the lock screen,
770 * This was added last-minute and is inconsistent with the way the rest of the notifications
    [all...]
  /external/chromium_org/ash/system/chromeos/
tray_display.cc 436 message_center::NotificationList::Notifications notifications = local
438 for (message_center::NotificationList::Notifications::const_iterator iter =
439 notifications.begin(); iter != notifications.end(); ++iter) {
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win_unittest.cc 233 std::vector<AccessibilityHostMsg_NotificationParams> notifications; local
234 notifications.push_back(param);
235 manager->OnAccessibilityNotifications(notifications);
305 std::vector<AccessibilityHostMsg_NotificationParams> notifications; local
306 notifications.push_back(param);
307 manager->OnAccessibilityNotifications(notifications);
  /external/chromium_org/ui/message_center/
notification_list.cc 62 for (Notifications::iterator iter = notifications_.begin();
82 Notifications::iterator iter = GetNotification(old_id);
109 for (Notifications::iterator loopiter = notifications_.begin();
111 Notifications::iterator curiter = loopiter++;
117 NotificationList::Notifications NotificationList::GetNotificationsBySource(
119 Notifications notifications; local
120 Notifications::iterator source_iter = GetNotification(id);
122 return notifications;
125 for (Notifications::iterator iter = notifications_.begin()
135 Notifications notifications; local
    [all...]
notification_list_unittest.cc 67 NotificationList::Notifications::iterator iter =
89 bool IsInNotifications(const NotificationList::Notifications& notifications,
91 for (NotificationList::Notifications::const_iterator iter =
92 notifications.begin(); iter != notifications.end(); ++iter) {
180 const NotificationList::Notifications& notifications = local
182 EXPECT_EQ(replaced, (*notifications.begin())->id());
183 EXPECT_EQ(UTF8ToUTF16("newtitle"), (*notifications.begin())->title())
364 const NotificationList::Notifications& notifications = local
488 const NotificationList::Notifications& notifications = local
522 NotificationList::Notifications notifications = local
    [all...]
message_center_impl.cc 264 const NotificationList::Notifications& MessageCenterImpl::GetNotifications() {
332 const NotificationList::Notifications& notifications = local
335 for (NotificationList::Notifications::const_iterator iter =
336 notifications.begin(); iter != notifications.end(); ++iter) {
382 NotificationList::Notifications notifications = local
384 for (NotificationList::Notifications::const_iterator iter =
385 notifications.begin(); iter != notifications.end();)
396 NotificationList::Notifications notifications = local
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 161 HistoryNotifications notifications; local
166 &notifications))
170 BroadcastNotifications(notifications);
176 HistoryNotifications notifications; local
180 AndroidURLID id = InsertHistoryAndBookmark(values, &notifications, true);
183 BroadcastNotifications(notifications);
193 HistoryNotifications notifications; local
198 &notifications))
202 BroadcastNotifications(notifications);
210 HistoryNotifications notifications; local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 48 int notifications() const { return notifications_;} function in class:chrome::__anon7706::MockGalleryChangeObserver
727 EXPECT_EQ(1, observer1.notifications());
743 EXPECT_EQ(2, observer1.notifications());
744 EXPECT_EQ(1, observer2.notifications());
754 EXPECT_EQ(2, observer1.notifications());
755 EXPECT_EQ(2, observer2.notifications());
762 EXPECT_EQ(2, observer1.notifications());
763 EXPECT_EQ(3, observer2.notifications());
799 EXPECT_EQ(1, observer.notifications());
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 20 #include "chrome/browser/notifications/balloon.h"
21 #include "chrome/browser/notifications/balloon_collection.h"
22 #include "chrome/browser/notifications/balloon_host.h"
23 #include "chrome/browser/notifications/balloon_notification_ui_manager.h"
24 #include "chrome/browser/notifications/desktop_notification_service.h"
25 #include "chrome/browser/notifications/desktop_notification_service_factory.h"
26 #include "chrome/browser/notifications/notification.h"
55 const char kExpectedIconUrl[] = "/notifications/no_such_file.png";
241 "/notifications/notification_tester.html");
487 "/notifications/notifications_request_function.html"))
530 message_center::NotificationList::Notifications notifications = local
557 message_center::NotificationList::Notifications notifications = local
739 message_center::NotificationList::Notifications notifications = local
937 message_center::NotificationList::Notifications notifications = local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 157 void set_notifications(const std::vector<DialogNotification>& notifications) {
158 notifications_ = notifications;
197 // A list of notifications to show in the notification area of the dialog.
725 // Notifications with long message text should not make the dialog bigger.
733 std::vector<DialogNotification> notifications; local
734 notifications.push_back(
743 controller()->set_notifications(notifications);
    [all...]
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager_unittest.cc 561 TestNotificationTracker notifications; local
567 notifications.ListenFor(
633 notifications.Reset();
645 EXPECT_TRUE(notifications.Check1AndReset(
654 TestNotificationTracker notifications; local
660 notifications.ListenFor(
683 EXPECT_TRUE(notifications.Check1AndReset(
685 notifications.Reset();
1155 TestNotificationTracker notifications; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 762 // Collect all notifications but send them only after we have swapped the
764 std::vector<std::string> notifications; local
771 notifications.push_back(iter->first);
778 notifications.push_back(iter->first);
783 for (size_t i = 0; i < notifications.size(); ++i)
784 NotifyObservers(notifications[i]);
    [all...]
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.cc 167 const std::vector<std::pair<uint32, RequestType> >& notifications);
664 std::vector<std::pair<uint32, RequestType> > notifications; local
667 notifications.push_back(std::make_pair(iter->id, iter->type));
670 notifications.insert(notifications.end(), pending_responses_.begin(),
676 base::Bind(&Core::NotifyError, this, notifications));
747 const std::vector<std::pair<uint32, RequestType> >& notifications) {
752 notifications.begin(); iter != notifications.end(); ++iter) {
    [all...]

Completed in 1507 milliseconds

1 2