Searched defs:NotificationInfo (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DNotificationMgr.java314 private class NotificationInfo { class in class:NotificationMgr.QueryHandler
358 NotificationInfo n = getNotificationInfo (cursor);
376 NotificationInfo n = (NotificationInfo) cookie;
423 NotificationInfo n = (NotificationInfo) cookie;
428 * Factory method to generate a NotificationInfo object given a
431 private final NotificationInfo getNotificationInfo(Cursor cursor) {
432 NotificationInfo n = new NotificationInfo();
[all...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java306 ArrayList<NotificationInfo> highPriorityEvents = new ArrayList<NotificationInfo>();
307 ArrayList<NotificationInfo> mediumPriorityEvents = new ArrayList<NotificationInfo>();
308 ArrayList<NotificationInfo> lowPriorityEvents = new ArrayList<NotificationInfo>();
332 NotificationInfo info = highPriorityEvents.get(i);
349 NotificationInfo info = mediumPriorityEvents.get(i);
368 NotificationInfo info = lowPriorityEvents.get(0);
436 static void redistributeBuckets(ArrayList<NotificationInfo> highPriorityEvent
898 static class NotificationInfo { class in class:AlertService
908 NotificationInfo(String eventName, String location, String description, long startMillis, method in class:AlertService.NotificationInfo
[all...]
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java254 SortedSet<NotificationInfo> notificationSet =
255 new TreeSet<NotificationInfo>(INFO_COMPARATOR);
353 private static final class NotificationInfo { class in class:MessagingNotification
380 public NotificationInfo(boolean isSms, method in class:MessagingNotification.NotificationInfo
504 ArrayList<NotificationInfo> senders) {
549 implements Comparator<NotificationInfo> {
552 NotificationInfo info1, NotificationInfo info2) {
558 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) {
626 NotificationInfo inf
[all...]

Completed in 412 milliseconds