Home | History | Annotate | Download | only in transaction

Lines Matching defs:notifications

237      * reports and builds a sorted (by delivery date) list of unread notifications.
303 * Updates all pending notifications, clearing or updating them as
377 // This is the message string used in bigText and bigPicture notifications.
454 // This is the summary string used in bigPicture notifications.
785 // If the user has turned off notifications in settings, don't do any notifying.
788 Log.d(TAG, "updateNotification: notifications turned off in prefs, bailing");
970 Iterator<NotificationInfo> notifications = sNotificationSet.iterator();
971 while (notifications.hasNext()) {
972 NotificationInfo notificationInfo = notifications.next();
1056 // TODO factor out common code for creating notifications