HomeSort by relevance Sort by last modified time
    Searched defs:notifications (Results 1 - 18 of 18) 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/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
  /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/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 112 // all notifications
181 // Also, notifications can be launched from the lock screen,
218 ArrayList<StatusBarNotification> notifications = new ArrayList<StatusBarNotification>(); local
224 mBarService.registerStatusBar(mCommandQueue, iconList, notificationKeys, notifications,
252 if (N == notifications.size()) {
254 addNotification(notificationKeys.get(i), notifications.get(i));
258 + " notifications=" + notifications.size());
    [all...]
  /external/webkit/Source/WebCore/storage/
DatabaseTracker.cpp 1090 NotificationQueue notifications; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 238 * reports and builds a sorted (by delivery date) list of unread notifications.
265 "canceling existing notifications");
324 * Updates all pending notifications, clearing or updating them as
402 // This is the message string used in bigText and bigPicture notifications.
479 // This is the summary string used in bigPicture notifications.
1002 Iterator<NotificationInfo> notifications = notificationSet.iterator(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 185 // expanded notifications
544 // a version of quick settings that flips around behind the notifications
1868 final View notifications = mStatusBarView.findViewById(R.id.notification_icon_area); 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 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 476 milliseconds