Lines Matching refs:EventInfo

189         EventInfo eventInfo;
499 private class EventInfo {
516 public EventInfo(String title, String startDate, String endDate,
522 public EventInfo(String title, String startDate, String endDate,
550 public EventInfo(String title, String description, String startDate, String endDate,
556 public EventInfo(String title, String description, String startDate, String endDate,
593 public EventInfo(String originalTitle, String originalInstance, String title,
617 EventInfo mEvent;
638 private EventInfo[] mEvents = {
639 new EventInfo("normal0", "2008-05-01T00:00:00", "2008-05-02T00:00:00", false),
640 new EventInfo("normal1", "2008-05-26T08:30:00", "2008-05-26T09:30:00", false),
641 new EventInfo("normal2", "2008-05-26T14:30:00", "2008-05-26T15:30:00", false),
642 new EventInfo("allday0", "2008-05-02T00:00:00", "2008-05-03T00:00:00", true),
643 new EventInfo("allday1", "2008-05-02T00:00:00", "2008-05-31T00:00:00", true),
644 new EventInfo("daily0", "daily from 5/1/2008 12am to 1am",
647 new EventInfo("daily1", "daily from 5/1/2008 8:30am to 9:30am until 5/3/2008 8am",
650 new EventInfo("daily2", "daily from 5/1/2008 8:45am to 9:15am until 5/3/2008 10am",
653 new EventInfo("allday daily0", "all-day daily from 5/1/2008",
656 new EventInfo("allday daily1", "all-day daily from 5/1/2008 until 5/3/2008",
659 new EventInfo("allday weekly0", "all-day weekly from 5/1/2008",
662 new EventInfo("allday weekly1", "all-day for 2 days weekly from 5/1/2008",
665 new EventInfo("allday yearly0", "all-day yearly on 5/1/2008",
668 new EventInfo("weekly0", "weekly from 5/6/2008 on Tue 1pm to 2pm",
671 new EventInfo("weekly1", "every 2 weeks from 5/6/2008 on Tue from 2:30pm to 3:30pm",
674 new EventInfo("monthly0", "monthly from 5/20/2008 on the 3rd Tues from 3pm to 4pm",
677 new EventInfo("monthly1", "monthly from 5/1/2008 on the 1st from 12:00am to 12:10am",
680 new EventInfo("monthly2", "monthly from 5/31/2008 on the 31st 11pm to midnight",
683 new EventInfo("daily0", "2008-05-01T00:00:00",
687 new EventInfo("daily0", "2008-05-03T00:00:00",
691 new EventInfo("daily0", "2008-05-02T00:00:00",
695 new EventInfo("weekly0", "2008-05-13T13:00:00",
699 new EventInfo("weekly0", "2008-05-13T13:00:00",
703 new EventInfo("yearly0", "yearly on 5/1/2008 from 1pm to 2pm",
934 private EventInfo findEvent(String name) {
937 EventInfo event = mEvents[ii];
1156 private Uri insertEvent(int calId, EventInfo event) {
1160 private Uri insertEvent(int calId, EventInfo event, ContentValues cv) {
1183 private ContentValues eventInfoToContentValues(int calId, EventInfo event) {
1220 EventInfo recur = findEvent(event.mOriginalTitle);
1503 EventInfo event = mEvents[ii];
1564 EventInfo event = mEvents[ii];
1609 EventInfo event = instance.mEvent;
1804 EventInfo event1 = new EventInfo("search orange",
1811 EventInfo event2 = new EventInfo("search purple",
1818 EventInfo event3 = new EventInfo("",
1825 EventInfo[] events = { event1, event2, event3 };
2278 EventInfo eventInfo = new EventInfo("current", startDate, endDate, false);
2633 EventInfo[] events = { new EventInfo("normal0",
2856 EventInfo[] events = { new EventInfo("normal0",