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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java103 * Clears all notifications in response to the user tapping "Clear" in the status bar.
106 LogUtils.v(LOG_TAG, "Clearing all notifications.");
126 * Class representing the existing notifications, and the number of unread and
237 private static String createNotificationString(NotificationMap notifications) { argument
241 for (NotificationKey key : notifications.keySet()) {
242 Integer unread = notifications.getUnread(key);
243 Integer unseen = notifications.getUnseen(key);
254 notifications.remove(key);
261 * Get all notifications for all accounts and cancel them.
272 * Get all notifications fo
[all...]
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java238 * reports and builds a sorted (by delivery date) list of unread notifications.
265 "canceling existing notifications");
327 * Updates all pending notifications, clearing or updating them as
405 // This is the message string used in bigText and bigPicture notifications.
482 // This is the summary string used in bigPicture notifications.
812 * @param notificationSet the set of notifications to display
819 // If the user has turned off notifications in settings, don't do any notifying.
822 Log.d(TAG, "updateNotification: notifications turned off in prefs, bailing");
1005 Iterator<NotificationInfo> notifications = notificationSet.iterator();
1006 while (notifications
[all...]

Completed in 370 milliseconds