Searched refs:notifications (Results 1 - 5 of 5) sorted by relevance

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DNotificationListenerActivity.java145 final List<StatusBarNotification> notifications = Listener.getNotifications();
146 if (notifications != null) {
147 mStatusAdaptor.init(notifications);
256 public void init(List<StatusBarNotification> notifications) { argument
257 mNotifications = notifications;
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java240 * reports and builds a sorted (by delivery date) list of unread notifications.
277 "canceling existing notifications");
339 * Updates all pending notifications, clearing or updating them as
417 // This is the message string used in bigText and bigPicture notifications.
494 // This is the summary string used in bigPicture notifications.
824 * @param notificationSet the set of notifications to display
831 // If the user has turned off notifications in settings, don't do any notifying.
834 Log.d(TAG, "updateNotification: notifications turned off in prefs, bailing");
1025 Iterator<NotificationInfo> notifications = notificationSet.iterator();
1026 while (notifications
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java127 * Clears all notifications in response to the user tapping "Clear" in the status bar.
130 LogUtils.v(LOG_TAG, "Clearing all notifications.");
150 * Class representing the existing notifications, and the number of unread and
312 private static String createNotificationString(NotificationMap notifications) { argument
316 for (NotificationKey key : notifications.keySet()) {
317 Integer unread = notifications.getUnread(key);
318 Integer unseen = notifications.getUnseen(key);
329 notifications.remove(key);
336 * Get all notifications for all accounts and cancel them.
346 * Get all notifications fo
[all...]
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java810 final Set<Uri> notifications = getBatchNotificationsSet();
812 for (final Uri uri : notifications) {
/packages/apps/Email/src/com/android/email/provider/
H A DEmailProvider.java851 // These URIs are used for specific UI notifications. We don't use EmailContent.CONTENT_URI
2363 * NOTE: If <<op>> is specified, notifications for <<baseURI>>/<<id>> will NOT be invoked.
2365 * {@link ContentObserver}, observers of <<baseURI>> will receive multiple notifications.
2367 * @param baseUri The base URI to send notifications to. Must be able to take appended IDs.
2436 final Set<Uri> notifications = getBatchNotificationsSet();
2438 for (final Uri uri : notifications) {
4539 // Get notifications for any folder changes on this account. This is broader than

Completed in 222 milliseconds