Home
last modified time | relevance | path

Searched defs:EventInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java75 static class EventInfo { class in CalendarAppWidgetModel
90 public EventInfo() { in EventInfo() method in CalendarAppWidgetModel.EventInfo
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java535 private class EventInfo { class in CalendarProvider2Test
552 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
558 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
586 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
592 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
629 public EventInfo(String originalTitle, String originalInstance, String title, in EventInfo() method in CalendarProvider2Test.EventInfo
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java129 public static class EventInfo { class in CalendarController