Home | History | Annotate | Download | only in alerts

Lines Matching refs:NotificationInfo

35 import com.android.calendar.alerts.AlertService.NotificationInfo;
710 private NotificationInfo createNotificationInfo(long eventId) {
711 return new NotificationInfo("eventName", "location", "description", 100L, 200L, eventId,
736 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>();
737 ArrayList<NotificationInfo> mediumPriority = new ArrayList<NotificationInfo>();
738 ArrayList<NotificationInfo> lowPriority = new ArrayList<NotificationInfo>();
763 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>();
764 ArrayList<NotificationInfo> mediumPriority = new ArrayList<NotificationInfo>();
765 ArrayList<NotificationInfo> lowPriority = new ArrayList<NotificationInfo>();
785 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>();
786 ArrayList<NotificationInfo> mediumPriority = new ArrayList<NotificationInfo>();
787 ArrayList<NotificationInfo> lowPriority = new ArrayList<NotificationInfo>();
845 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>();
846 ArrayList<NotificationInfo> mediumPriority = new ArrayList<NotificationInfo>();
847 ArrayList<NotificationInfo> lowPriority = new ArrayList<NotificationInfo>();
903 ArrayList<NotificationInfo> threeItemList = new ArrayList<NotificationInfo>();
909 ArrayList<NotificationInfo> high = threeItemList;
910 ArrayList<NotificationInfo> medium = new ArrayList<NotificationInfo>();
911 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>();
918 high = new ArrayList<NotificationInfo>();
920 low = new ArrayList<NotificationInfo>();
927 high = new ArrayList<NotificationInfo>(threeItemList);
928 medium = new ArrayList<NotificationInfo>();
930 low = new ArrayList<NotificationInfo>();
939 ArrayList<NotificationInfo> high = new ArrayList<NotificationInfo>();
940 ArrayList<NotificationInfo> medium = new ArrayList<NotificationInfo>();
941 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>();
969 ArrayList<NotificationInfo> high = new ArrayList<NotificationInfo>();
970 ArrayList<NotificationInfo> medium = new ArrayList<NotificationInfo>();
971 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>();
1000 ArrayList<NotificationInfo> high = new ArrayList<NotificationInfo>();
1001 ArrayList<NotificationInfo> medium = new ArrayList<NotificationInfo>();
1002 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>();